Skip to content

Commit 8468f63

Browse files
committed
Update release instructions
1 parent 2082a70 commit 8468f63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/maintainers/releases.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ for requirements to perform the release, and more details about the tool.
198198
gpg --send-keys <OTHER-KEY-ID>
199199
```
200200
201-
* Publish Github release. Include the Changelog and in the description and use e.g. `git shortlog -s origin/release..HEAD|sed $'s/^[0-9 \t]*/* /'|grep -v azure-pipelines|LC_ALL=C sort -f` to get the list of contributors (contributors not necessary for release candidates). See previous releases for example formatting and extra info (such as link to website for install instructions). `[RC]` (For release candidates, you can skip the list of contributors).
201+
* Publish Github release. Include the Changelog and in the description and use e.g. `git shortlog -s origin/release..HEAD|sed $'s/^[0-9 \t]*/* /'|grep -v azure-pipelines|LC_ALL=C sort -f` to get the list of contributors. See previous releases for example formatting and extra info (such as link to website for install instructions). `[RC]`
202+
203+
* For release candidates, you should skip the list of contributors and the link to the installation instructions.
202204
203205
* Push signed Git tag, matching Github release tag name, e.g.: `git tag -d vX.Y.Z; git tag -s -m vX.Y.Z vX.Y.Z && git push -f origin vX.Y.Z`. `[RC]`
204206
@@ -263,6 +265,8 @@ for requirements to perform the release, and more details about the tool.
263265
264266
[email protected] mailing lists, subject `ANN: stack-X.Y.Z` (or `ANN: stack-X.Y release candidate`), containing the markdown for the release description from Github. `[RC]`
265267
268+
* For release candidates, also include a link to the Github Release (`https://github.com/commercialhaskell/stack/releases/tag/vX.Y.Z`) to download it. `[RC]`
269+
266270
* Add back to Stackage nightly if fallen out (be sure to have a `< 9.9.9` constraint to avoid the accidentally uploaded stack-9.9.9 from being used).
267271
268272

0 commit comments

Comments
 (0)