Skip to content

Commit ff72634

Browse files
committed
changed release names
1 parent 80c17e0 commit ff72634

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ artifacts:
1818

1919
deploy:
2020
#release: myproduct-v$(appveyor_build_version)
21-
release: v5.0-3D_meshes
22-
description: 'v5.0-3D_meshes'
21+
release: v5.0-emdrp
22+
description: 'v5.0-emdrp'
2323
provider: GitHub
2424
auth_token:
2525
secure: w74a0EqE8olcyKcn3NFusPQ39qvUIlwZdXKxoXHX46jCDKxQdoEkT0DKoO3sMD8H
2626
artifact: knossos.win64.zip
2727
draft: false
2828
prerelease: false
2929
on:
30-
branch: 3D_meshes
30+
branch: emdrp
3131
appveyor_repo_tag: true # deploy on tag push only
3232

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ deploy:
125125
skip_cleanup: true
126126
on:
127127
repo: elhuhdron/knossos
128-
branch: 3D_meshes
128+
branch: emdrp
129129
tags: true
130130

packager/HOWTO_git.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
git fetch origin; git reset --hard origin/3D_meshes
3-
git push --delete origin v5.0-3D_meshes
4-
git tag --delete v5.0-3D_meshes
2+
git fetch origin; git reset --hard origin/emdrp
3+
git push --delete origin v5.0-emdrp
4+
git tag --delete v5.0-emdrp
55

6-
git tag v5.0-3D_meshes
7-
git push -u origin 3D_meshes --tags
6+
git tag v5.0-emdrp
7+
git push -u origin emdrp --tags
88

0 commit comments

Comments
 (0)