You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ when added to the path.
11
11
## Minimal checklist
12
12
13
13
*[ ] generate the list of pull requests finished since the last release using the [haskell script](https://github.com/haskell/haskell-language-server/blob/master/GenChangelogs.hs) in the project root.
14
+
Nix users should run command `gen-hls-changelogs` (a wrapper of the script) in nix-shell instead.
14
15
*[ ] add that list to the actual [Changelog](https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md) with a description of the release.
15
16
*[ ] bump up versions of changed packages. All are optional but [haskell-language-server itself](https://github.com/haskell/haskell-language-server/blob/master/haskell-language-server.cabal).
16
17
*[ ] create the tag and make an initial prerelease to trigger the ci workflow (see details below)
0 commit comments