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 16a1054 commit 478fc71Copy full SHA for 478fc71
DEVELOPMENT.md
@@ -4,13 +4,14 @@ Bump the changelog
4
Bump the version numbers in `apps/elixir_ls_debugger/mix.exs`, `apps/elixir_ls_utils/mix.exs`, and `apps/language_server/mix.exs`
5
Make PR
6
Merge PR
7
+Pull down the latest master
8
Make the tag from the new master
-Push the tag
9
+Push the tag (`git push upstream --tags`)
10
- `rm -rf _build release`
11
- `mix elixir_ls.release`
12
- `cd release`
13
- `zip elixir-ls.zip *`
-- Attach elixir-ls.zip to the release on github https://github.com/elixir-lsp/elixir-ls/releases
14
+- 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)
15
16
# Debugging
17
0 commit comments