We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d100c9 commit f906866Copy full SHA for f906866
1 file changed
dev/MAINTAINING.md
@@ -158,6 +158,8 @@
158
package version (`git tag vX.Y.Z && git push -f origin vX.Y.Z`).
159
* Add to stackage (`build-constraints.yaml` in Stackage repo) if needed
160
* Optionally upload `package-X.Y.Z-sdist.tar.gz` to github release page
161
+ * `gh release create vX.Y.Z --title "vX.Y.Z"`
162
+ * `gh release upload vX.Y.Z package-X.Y.Z-sdist.tar.gz`
163
* Update release contributors on github release page
164
(`git shortlog -s prev_tag..new_tag | sed $'s/^[0-9 \t]*/* /' | sort -f`)
165
* Update and if needed release streaming-benchmarks package
0 commit comments