Skip to content

Commit f906866

Browse files
committed
Include helper gh commands for managing the github releases
1 parent 1d100c9 commit f906866

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/MAINTAINING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
package version (`git tag vX.Y.Z && git push -f origin vX.Y.Z`).
159159
* Add to stackage (`build-constraints.yaml` in Stackage repo) if needed
160160
* 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`
161163
* Update release contributors on github release page
162164
(`git shortlog -s prev_tag..new_tag | sed $'s/^[0-9 \t]*/* /' | sort -f`)
163165
* Update and if needed release streaming-benchmarks package

0 commit comments

Comments
 (0)