We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731f92e commit e774dc0Copy full SHA for e774dc0
docs/contributing/releases.md
@@ -138,10 +138,12 @@ more details
138
139
We aim to do hackage releases following the github ones described above.
140
To help in that job we have added a [github workflow](https://github.com/haskell/haskell-language-server/blob/master/.github/workflows/hackage.yml)
141
+
142
That script checks, generates the tar.gz files, unpacks and builds them in isolation against hackage head
143
if the package version in the branch is different from hackage.
144
If the package in the branch has the same version as the released one,
145
it will check the relevant files have not changed and will throw an error
146
otherwise.
147
148
The script will upload the tarballs as candidates, maintainers will have
149
to check and publish them definitely.
0 commit comments