Skip to content
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 release 2.6.0 #1103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Prepare release 2.6.0 #1103

wants to merge 1 commit into from

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Jun 14, 2024

Release Checklist

  • Run yarn audit for security vulnerabilities.
    • Fix vulnerabilities.
  • Run yarn outdated to find outdated package version, review what needs to be updated.
    • yarn upgrade-interactive and yarn upgrade-interactive --latest is helpful here.
  • Run cat test/testdata/schema/*/vscode-extension-schema.golden.json | jq --sort-keys -s add in the haskell-language-server repo and add new configuration items.
  • SemVer Compatible Version Bump in package.json
  • Update ChangeLog.md. The output of ./GenChangelogs.hs usually suffices.
  • Update the README.md to have no outdated information.
  • Make sure CI is succeeding.
  • Perform the release by creating a release in Github
    • Github actions will automatically release the extension to VSCode- and VSX-Marketplace.
    • If you want to create a pre-release, create a pre-release in Github. The github action will perform the appropriate actions automatically and publish the pre-release of the extension to VSCode- and VSX-Marketplace.

Notable changes

  • Enables the hls-cabal-plugin for all users.
  • Adds cabalFormattingProvider option.

@fendor
Copy link
Collaborator Author

fendor commented Jun 14, 2024

I will likely wait a little bit to merge this until the HLS release 2.9.0.0 is finished.

@konn
Copy link
Contributor

konn commented Jul 1, 2024

Is there any blocker on this release?

@fendor
Copy link
Collaborator Author

fendor commented Jul 1, 2024

No, I just didn't get to it since the ghcup release of HLS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants