Open
Conversation
fendor
requested changes
Apr 16, 2026
- Fix ChangeLog.md date parsing - bump hie-bios to 0.19.0.0
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix ChangeLog.md date parsing
bump hie-bios to 0.19.0.0
check ghcup supports new GHC releases if any
check all plugins still work if release includes code changes
set the supported GHCs in workflow file
.github/generate-ci/gen_ci.hsregenerate the CI via
./.github/generate-ci/generate-jobsbump package versions in all
*.cabalfiles (same version as hls)shake-benchis an internal testing tool, not exposed to the outside world. Thus, no version bump required for releases.generate and update changelog
./GenChangelogs.hs <api-key> <tag><tag>is the git tag you want to generate the ChangeLog from.<api-key>is a github access key: https://github.com/settings/tokensupdate https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html#current-ghc-version-support-status
create release branch as
wip/<version>git switch -c wip/<version>create release tag as
<version>git tag <version>trigger release pipeline by pushing the tag
git push <remote> <version>run
sh scripts/release/download-gh-artifacts.sh <version> <your-gpg-email>gh-release-artifacts/haskell-language-server-<version>/upload artifacts to downloads.haskell.org from
gh-release-artifacts/haskell-language-server-<version>/cd gh-release-artifacts/haskell-language-server-<version>SIGNING_KEY=... ../../release/upload.sh uploadgpg --list-secret-keys --keyid-format=longhttps://downloads.haskell.org/~hls/haskell-language-server-<version>/SIGNING_KEY=... ../../release/upload.sh purge_allto remove CDN cachescreate PR to ghcup-metadata
ghcup-vanilla-0.0.9.yamlsh scripts/release/create-yaml-snippet.sh <version>to generate a snippet that can be manually inserted into the yaml filesupdateCurrently unnecessary, GHCup builds its own HLS binaries and updates that file.hls-metadata-0.0.1.jsoncabal run ghcup-gen -- generate-hls-ghcs -f ghcup-0.0.7.yaml --format json --stdoutin the root of ghcup-metadata repositoryget sign-off on release
publish release on github
upload hackage packages
Supported tools table needs to be updated:
post release on discourse and reddit
merge release PR to master or forward port relevant changes