Skip to content

Commit 7c27bce

Browse files
authored
Update release instructions to match elixir-editors#384 (elixir-editors#405)
The maintainer no longer needs to build the release manually. elixir-lsp/elixir-ls#384
1 parent 32b6226 commit 7c27bce

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ Merge PR
1717
Pull down the latest master
1818
Make the tag from the new master
1919
Push the tag (`git push upstream --tags`)
20-
- `rm -rf _build release`
21-
- `cp .release-tool-versions .tool-version`
22-
- `mix elixir_ls.release`
23-
- `cd release`
24-
- `zip elixir-ls.zip *`
25-
- Attach elixir-ls.zip to the release on github https://github.com/elixir-lsp/elixir-ls/releases (edit the tag to make it into a release)
20+
Wait for github actions to push up a draft release https://github.com/elixir-lsp/elixir-ls/releases
21+
Edit the draft release with a link to the changelog
22+
Publish the draft release
2623

2724
# Debugging
2825

0 commit comments

Comments
 (0)