Skip to content

Commit 9ef637b

Browse files
authored
chore: remove changie (#79)
1 parent ca8964d commit 9ef637b

File tree

5 files changed

+0
-178
lines changed

5 files changed

+0
-178
lines changed

.changes/0.21.0.md

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

.changes/unreleased/.gitkeep

Whitespace-only changes.

.changie.yaml

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ How was this change implemented?
1818
[Example](https://github.com/hashicorp/vault/commit/2715f5cec982aabc7b7a6ae878c547f6f475bba6)
1919
[ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests)
2020
[ ] Backwards compatible
21-
[ ] Changelog entry added. See [Updating the Changelog](https://github.com/hashicorp/vault-plugin-secrets-gcpkms/blob/main/README.md#updating-the-changelog).
2221

2322
## PCI review checklist
2423

README.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -133,41 +133,3 @@ against a production project!
133133
[kms]: https://cloud.google.com/kms
134134
[vault]: https://www.vaultproject.io
135135

136-
## Updating the Changelog
137-
138-
All pull requests that introduce a user-facing change must include a changelog
139-
entry. We use the [changie](https://changie.dev/) tool to manage these entries
140-
and automate the release process.
141-
142-
---
143-
### 1. Installing Changie
144-
145-
You only need to do this once. If you don't have `changie` installed, choose one of the options below.
146-
147-
* **Homebrew** (macOS):
148-
```shell
149-
brew install changie
150-
```
151-
* **Go Install**:
152-
```shell
153-
go install github.com/miniscruff/changie@latest
154-
```
155-
* **Other Methods**:
156-
See the [official changie installation guide](https://changie.dev/guide/installation/) for other options, including pre-compiled binaries.
157-
158-
---
159-
### 2. Creating an Entry
160-
161-
Once your code changes are complete, create the changelog entry:
162-
163-
1. **Run the command** in your terminal:
164-
```shell
165-
changie new
166-
```
167-
2. **Follow the prompts.** An interactive prompt will ask you to select the
168-
kind of change (e.g., `BREAKING CHANGES`, `NOTES`, `FEATURES`) and write a concise description of
169-
what you changed.
170-
171-
3. **Commit the new file.** After you're done, `changie` will create a new
172-
YAML file in the `.changie/unreleased` directory. Commit this file along with your other
173-
code changes before submitting your pull request.

0 commit comments

Comments
 (0)