We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f164c5 commit 0270194Copy full SHA for 0270194
1 file changed
release.txt
@@ -3,7 +3,9 @@ Release process:
3
- Make a git tag
4
git tag vX.Y.Z
5
- Push to master the commit and the tag
6
- git push --tags central master
+ 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.
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