Skip to content

Commit

Permalink
add to sidebar and versioned docs for v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <[email protected]>
  • Loading branch information
ashnamehrotra committed Sep 28, 2023
1 parent 53f7875 commit 0f7d0ed
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/docs/RELEASE.md → website/docs/release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release Process
---
title: Release Process
---

## Overview

Expand Down
21 changes: 21 additions & 0 deletions website/versioned_docs/version-v0.4.x/release.md
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
3 changes: 2 additions & 1 deletion website/versioned_sidebars/version-v0.4.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"design",
"faq",
"contributing",
"code-of-conduct"
"code-of-conduct",
"release"
]
}

0 comments on commit 0f7d0ed

Please sign in to comment.