-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Rasmus Karlsson <[email protected]>
- Loading branch information
Showing
4 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
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Make a release | ||
|
||
1. Make a PR onto the main branch that updates the version in the changelog: | ||
Insert version (e.g. `## 1.2.3`) inbetween `## Unreleased` and the included changelog entries | ||
Insert version (e.g. `## 1.2.3`) inbetween `## Unreleased` and the included changelog entries. | ||
Update the version in `internal/version/version.go`. | ||
2. Get the PR merged into the main branch | ||
3. Once the main branch has had its CI steps run, create a tag on that commit and push it: | ||
`git tag -a v1.2.3 -m "Release v1.2.3" && git push origin v1.2.3` |
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,3 @@ | ||
package version | ||
|
||
const Version = "2.0.1" |
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