File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,12 @@ more details
138
138
139
139
We aim to do hackage releases following the github ones described above.
140
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
+
141
142
That script checks, generates the tar.gz files, unpacks and builds them in isolation against hackage head
142
143
if the package version in the branch is different from hackage.
143
144
If the package in the branch has the same version as the released one,
144
145
it will check the relevant files have not changed and will throw an error
145
146
otherwise.
147
+
146
148
The script will upload the tarballs as candidates, maintainers will have
147
149
to check and publish them definitely.
You can’t perform that action at this time.
0 commit comments