Skip to content

Commit 8771044

Browse files
authored
Remove Goreleaser configuration files (#432)
1 parent 6fba03a commit 8771044

File tree

4 files changed

+6
-204
lines changed

4 files changed

+6
-204
lines changed

.copywrite.hcl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ project {
2424
# golangci-lint tooling configuration
2525
".golangci.yml",
2626

27-
# GoReleaser tooling configuration
28-
".goreleaser.yml",
29-
3027
# Release Engineering tooling configuration
3128
".release/*.hcl",
3229
]

.github/workflows/release.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.goreleaser.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,13 @@ $ 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 2.7.2 && changie merge
112+
```
110113

111114
## License
112115

0 commit comments

Comments
 (0)