-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add to sidebar and versioned docs for v0.4.0
Signed-off-by: ashnamehrotra <[email protected]>
- Loading branch information
1 parent
53f7875
commit 0f7d0ed
Showing
3 changed files
with
26 additions
and
2 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Release Process | ||
--- | ||
title: Release Process | ||
--- | ||
|
||
## Overview | ||
|
||
|
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,21 @@ | ||
--- | ||
title: Release Process | ||
--- | ||
|
||
## Overview | ||
|
||
The release process for Copacetic uses [GoReleaser](https://goreleaser.com/). | ||
|
||
Once you are ready to cut a new release, checkout the release branch and tag it with the respective version. | ||
|
||
``` | ||
git checkout <BRANCH NAME> | ||
git pull origin <BRANCH NAME> | ||
git tag -a <NEW VERSION> -m '<NEW VERSION>' | ||
git push origin <NEW VERSION> | ||
``` | ||
|
||
## Publishing | ||
|
||
1. GoReleaser will create a new release, review and edit it at https://github.com/project-copacetic/copacetic/releases | ||
2. Review the respective copa-action image at: https://github.com/orgs/project-copacetic/packages/container/package/copa-action |
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"design", | ||
"faq", | ||
"contributing", | ||
"code-of-conduct" | ||
"code-of-conduct", | ||
"release" | ||
] | ||
} |