-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e54aae
commit b9e854a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Developers README | ||
|
||
## Release Process | ||
|
||
To create a new release: | ||
|
||
* Access the [releases](https://github.com/erlang-ls/erlang_ls/releases) page | ||
* Click on "Draft a new release" | ||
* Click on the "Choose a tag" dropdown and enter a new tag (use semantic versioning) | ||
* Click on "Generate release notes" | ||
* Optionally amend the generated notes with highlights or other important information | ||
* Click on "Publish Release" | ||
|
||
To publish a new version of the VS Code extension, please refer to the [DEVELOPERS-README.md file in the erlang-ls/vscode repository](https://github.com/erlang-ls/vscode/blob/main/DEVELOPERS-README.md). |