Skip to content

Commit ae79a3c

Browse files
authored
Merge pull request #527 from abergeron/fix_notes
Fix the release notes.
2 parents fdf790b + 0270194 commit ae79a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Release process:
22
- Make sure you are on the proper release branch
3-
- Commit the changes with message "Changes for release X.Y.Z"
4-
git commit -m "Changes for release X.Y.Z"
53
- Make a git tag
64
git tag vX.Y.Z
75
- Push to master the commit and the tag
8-
git push --tags central master
6+
git push --tags central master
7+
This push will trigger package builds for windows and linux that will
8+
be uploaded to the mila-udem conda channel.
99
- Add a release on github with a tag in the form of 'vX.Y.Z'
1010
https://github.com/Theano/libgpuarray/releases/new
1111
- Make note of the major changes since the last release

0 commit comments

Comments
 (0)