File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments