ghcup-hs/RELEASING.md

20 lines
794 B
Markdown
Raw Normal View History

2020-04-12 18:01:42 +00:00
# RELEASING
2020-08-09 15:39:02 +00:00
1. update `GHCup.Version` module. `ghcupURL` must only be updated if we change the `_toolRequirements` type or the YAML representation of it. The version of the YAML represents the change increments. `ghcUpVer` is the current application version.
2020-04-12 18:01:42 +00:00
2020-04-29 20:37:12 +00:00
2. Update version in ghcup.cabal
2020-04-12 18:01:42 +00:00
2020-04-29 20:37:12 +00:00
3. Add ChangeLog entry
2020-04-12 18:01:42 +00:00
2020-08-09 15:39:02 +00:00
4. Add/fix downloads in `ghcup-<ver>.yaml`, then verify with `ghcup-gen check -f ghcup-<ver>.yaml`
2020-04-28 15:41:08 +00:00
2020-04-29 20:37:12 +00:00
5. Commit and git push with tag. Wait for tests to succeed and release artifacts to build.
2020-04-28 15:41:08 +00:00
2020-04-29 20:37:12 +00:00
6. Download release artifacts and upload them `downloads.haskell.org/ghcup`
2020-08-09 15:39:02 +00:00
7. Add release artifacts to yaml file (see point 4.)
2020-04-29 20:37:12 +00:00
2020-08-09 15:39:02 +00:00
8. Upload the final `ghcup-<ver>.yaml` to `webhost.haskell.org/ghcup/data/`.
2020-04-12 18:01:42 +00:00
2020-04-29 22:31:33 +00:00
9. Update bootstrap-haskell and symlinks on `downloads.haskell.org/ghcup`