-
-
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
Hls 2.0.0.1 forward port #3680
Merged
Merged
Hls 2.0.0.1 forward port #3680
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7dcf3e7
Update ChangeLog.md for release 2.0.0.1
hasufell a4a7353
Build 9.6.2 and 9.2.8 in release CI
hasufell b791c78
Clean up GHCs to save disk space in CI
hasufell d60cac4
Use self hoster runners for linux tar jobs
hasufell aa72107
Remove beefy tag
hasufell 10ce804
Fix cleanup
hasufell 96ef00d
Add create-yaml-snippet.sh
hasufell ec6548d
Add RELEASING.md
hasufell 43f0128
Fix cabal check on record dot plugin
hasufell 9511b2f
Update GHC version support table
hasufell 5d6744a
Reinstate 9.4.5 for ARM64 linux
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,31 @@ | ||
# 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 | ||
- [ ] merge release PR to master or forward port relevant changes |
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 love this addition!
This has a big overlap with https://github.com/haskell/haskell-language-server/blob/master/docs/contributing/releases.md, we should probably merge these documents.
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.
Possibly... but the other document is old and I've never looked at it.
My suggestion is to have another contributor do a release while I'm available and ask questions when anything in the checklist is unclear... and then we can add more information as we go.
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.
An acceptable merge operation is "discard the old one" :)
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.
The old list is at least partially up-to-date and contains a lot of detailed information, I would not just delete it.