You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Follow those instructions when publishing a new release.
48
48
5. Pull down the latest master
49
49
6. Make the tag from the new master matching version number with `v` prefix (e.g. `v0.1.2`)
50
50
7. Push the tag (`git push upstream --tags`)
51
-
8. Wait for github actions to push up a draft release https://github.com/elixir-lsp/elixir-ls/releases
51
+
8. Wait for github actions to push up a draft release https://github.com/elixir-lsp/elixir-ls/releases (Semver tags (e.g. `v0.1.0-rc.0`) will create a prerelease)
52
52
9. Edit the draft release with a link to the changelog
0 commit comments