Skip to content

Commit 478fc71

Browse files
authored
Minor update development to development instructions (#313)
1 parent 16a1054 commit 478fc71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Bump the changelog
44
Bump the version numbers in `apps/elixir_ls_debugger/mix.exs`, `apps/elixir_ls_utils/mix.exs`, and `apps/language_server/mix.exs`
55
Make PR
66
Merge PR
7+
Pull down the latest master
78
Make the tag from the new master
8-
Push the tag
9+
Push the tag (`git push upstream --tags`)
910
- `rm -rf _build release`
1011
- `mix elixir_ls.release`
1112
- `cd release`
1213
- `zip elixir-ls.zip *`
13-
- 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)
1415

1516
# Debugging
1617

0 commit comments

Comments
 (0)