-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from ClusterCockpit/hotfix
Prepare minor release 1.1.0
- Loading branch information
Showing
3 changed files
with
17 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Steps to prepare a release | ||
|
||
1. On `hotfix` branch: | ||
* Update ReleaseNotes.md | ||
* Update version in Makefile | ||
* Commit, push, and pull request | ||
* Merge in master | ||
|
||
2. On Linux host: | ||
* Pull master | ||
* Ensure that GitHub Token environment variable `GITHUB_TOKEN` is set | ||
* Create release tag: `git tag v1.1.0 -m release` | ||
* Execute `goreleaser release` |