We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdf790b + 0270194 commit ae79a3cCopy full SHA for ae79a3c
1 file changed
release.txt
@@ -1,11 +1,11 @@
1
Release process:
2
- 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"
5
- Make a git tag
6
git tag vX.Y.Z
7
- Push to master the commit and the tag
8
- git push --tags central master
+ git push --tags central master
+ This push will trigger package builds for windows and linux that will
+ be uploaded to the mila-udem conda channel.
9
- Add a release on github with a tag in the form of 'vX.Y.Z'
10
https://github.com/Theano/libgpuarray/releases/new
11
- Make note of the major changes since the last release
0 commit comments