Skip to content

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.

@fendor
Copy link
Collaborator Author

fendor commented Apr 17, 2025

@konn Fyi, release is finally happening :)

@fendor fendor merged commit bd20877 into haskell:master Apr 17, 2025
14 checks passed
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.

3 participants