File tree Expand file tree Collapse file tree 4 files changed +6
-204
lines changed Expand file tree Collapse file tree 4 files changed +6
-204
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ project {
24
24
# golangci-lint tooling configuration
25
25
" .golangci.yml" ,
26
26
27
- # GoReleaser tooling configuration
28
- " .goreleaser.yml" ,
29
-
30
27
# Release Engineering tooling configuration
31
28
" .release/*.hcl" ,
32
29
]
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -103,10 +103,13 @@ $ act pull_request
103
103
104
104
## Releasing
105
105
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:
108
109
109
- Each release is cut by pushing a [ semantically versioned] ( https://semver.org/ ) tag to the default branch.
110
+ ``` sh
111
+ changie batch 2.7.2 && changie merge
112
+ ```
110
113
111
114
## License
112
115
You can’t perform that action at this time.
0 commit comments