-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1569f02
commit 0dd04f7
Showing
3 changed files
with
12 additions
and
3 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,9 @@ | ||
# Release | ||
|
||
This is a guide to know the steps to create a new release. | ||
|
||
1. Update the version in [CREATE_PR_VERSION](../create-pr) | ||
1. Update the version in [CHANGELOG.md](../CHANGELOG.md) | ||
1. Build the project `./build.sh bin` - This generates `bin/create-pr` & `bin/checksum` | ||
1. Create a [new release](https://github.com/Chemaclass/create-pr/releases/new) from GitHub | ||
1. Attach `bin/create-pr` and `bin/checksum` to the release |
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
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