Skip to content

Commit c3fc924

Browse files
authored
chore: Update README for releasing (#424)
* chore: Update README for releasing * Update README.md * Update README.md
1 parent d2f533b commit c3fc924

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,14 @@ $ act pull_request
103103

104104
## Releasing
105105

106-
The release process is automated via GitHub Actions, and it's defined in the Workflow
107-
[release.yml](./.github/workflows/release.yml).
106+
The releasable builds are generated from the [build GH workflow](./.github/workflows/build.yml) and the release/promotion process
107+
is completed via internal HashiCorp deployment tooling. Prior to release, the changelog should be updated in `main` with
108+
the changie tool, example:
108109

109-
Each release is cut by pushing a [semantically versioned](https://semver.org/) tag to the default branch.
110+
```sh
111+
changie batch 3.2.4 && changie merge
112+
```
110113

111114
## License
112115

113-
[Mozilla Public License v2.0](./LICENSE)
116+
[Mozilla Public License v2.0](./LICENSE)

0 commit comments

Comments
 (0)