-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 2.0.0.1 release (for GHC 9.6.2 and 9.2.8) #3608
Closed
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e41db3d
Bump all packages to version 2.0.0.1
hasufell 75b874a
Update ChangeLog.md for release 2.0.0.1
hasufell 788a473
Build 9.6.2 and 9.2.8 in release CI
hasufell a66625f
Clean up GHCs to save disk space in CI
hasufell 9d2800e
Use self hoster runners for linux tar jobs
hasufell b58f479
Remove beefy tag
hasufell 783905f
Fix cleanup
hasufell 9ad436d
Add create-yaml-snippet.sh
hasufell b55c2ef
Add RELEASING.md
hasufell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Releasing | ||
|
||
## Release checklist | ||
|
||
- [ ] check ghcup supports new GHC releases if any | ||
- [ ] set the supported GHCs in workflow file `.github/workflows/release.yaml` | ||
- [ ] check all plugins still work if release includes code changes | ||
- [ ] bump package versions in all `*.cabal` files (same version as hls) | ||
- [ ] generate and update changelog | ||
- [ ] create release branch as `wip/<version>` | ||
- [ ] create release tag as `<version>` | ||
- [ ] trigger release pipeline by pushing the tag | ||
- this creates a draft release | ||
- [ ] run `sh scripts/release/download-gh-artifacts <version> <your-gpg-email>` | ||
- downloads artifacts to `gh-release-artifacts/<version>/` | ||
- also downloads FreeBSD bindist from circle CI | ||
- adds signatures | ||
- [ ] upload artifacts to downloads.haskell.org manually from `gh-release-artifacts/<version>/` | ||
- [ ] create PR to [ghcup-metadata](https://github.com/haskell/ghcup-metadata) | ||
- [ ] update `ghcup-0.0.7.yaml` and `ghcup-vanilla-0.0.7.yaml` | ||
- can use `sh scripts/release/create-yaml-snippet.sh <version>` to generate a snippet that can be manually inserted into the yaml files | ||
- [ ] update `hls-metadata-0.0.1.json` | ||
- utilize `cabal run ghcup-gen -- generate-hls-ghcs -f ghcup-0.0.7.yaml --format json --stdout` in the root of ghcup-metadata repository | ||
- [ ] get sign-off on release | ||
- from wz1000, michealpj, maerwald and fendor | ||
- [ ] publish release on github | ||
- [ ] upload hackage packages | ||
- requires credentials | ||
- [ ] update https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html#current-ghc-version-support-status | ||
- [ ] post release on discourse and reddit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate this list a lot, but there seems to be a big overlap with https://github.com/haskell/haskell-language-server/blob/master/docs/contributing/releases.md