Prepare release 2.7.0.0#4095
Merged
Merged
Conversation
Not all release runners seem to have a locale that allows for unicode characters in module names. Let's make sure they all use some form of UTF-8.
wz1000
reviewed
Feb 27, 2024
Collaborator
|
You mentioned you had some doc updates, I think they should go in this PR. RTD versioned documentation looks at tags, so if you want the documentation for 2.7 to mention something it should be in before the tag! |
Collaborator
Author
|
@michaelpj Updates to the releasing docs, not the |
Collaborator
|
Ah okay! |
Member
|
The main repo appears to have no release branch. Why? |
Collaborator
Author
|
@hasufell My mistake, I keep forgetting to push them to upstream remote. Fixed! |
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.
Additionally, to the usual procedure, we move ghcup to the vanilla channel for our release.
Release checklist
.github/workflows/release.yamlghc: [to find all lists.TODO:to find locations that require extra care for GHC versions.*.cabalfiles (same version as hls)hie-compatrequires no automatic version bump.shake-benchis an internal testing tool, not exposed to the outside world. Thus, no version bump required for releases../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/tokenswip/<version>git switch -c wip/<version><version>git tag <version>git push <remote> <version>sh scripts/release/download-gh-artifacts.sh <version> <your-gpg-email>gh-release-artifacts/haskell-language-server-<version>/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 cachesghcup-0.0.7.yamlandghcup-vanilla-0.0.7.yamlsh scripts/release/create-yaml-snippet.sh <version>to generate a snippet that can be manually inserted into the yaml fileshls-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 repository