Skip to content

Commit bebde2e

Browse files
authored
chore: Updates release doc (#161)
1 parent 65537c0 commit bebde2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Stable releases are managed by the [Release GitHub Action](https://github.com/mo
77

88
![Screenshot 2023-04-20 at 10 35 11](https://user-images.githubusercontent.com/5663078/233325734-0f469045-f91b-436c-8dd5-19d1e8f24c57.png)
99

10-
10+
After the action finishes successfully you have to manually release the Go package:
11+
- Go to the [Go repo](https://github.com/mongodb/awscdk-resources-mongodbatlas-go) and check that the latest commit happened now with the same release as in this repo, e.g. `chore(release): v3.0.0`.
12+
- Go to the [Go Repo release page](https://github.com/mongodb/awscdk-resources-mongodbatlas-go/releases).
13+
- Select the latest release that has to be the same as the one in this repo, e.g. `awscdkresourcemongodbatlas/v3.0.0`, name will be like `v3.0.0`, click "Generate release notes" and make sure "Set as latest release" is checked.
1114

1215
## Versioning
1316
The release version is determinated based on the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) in that release.

0 commit comments

Comments
 (0)