Skip to content

Commit 9a5a41d

Browse files
committed
chore: remove changie
1 parent 56149a9 commit 9a5a41d

File tree

5 files changed

+0
-136
lines changed

5 files changed

+0
-136
lines changed

.changes/0.15.0.md

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

.changes/unreleased/.gitkeep

Whitespace-only changes.

.changie.yaml

Lines changed: 0 additions & 25 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-database-mongodbatlas/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
@@ -47,41 +47,3 @@ can be provisioned manually to test.
4747

4848
Then you can run `make testacc` to execute the tests.
4949

50-
## Updating the Changelog
51-
52-
All pull requests that introduce a user-facing change must include a changelog
53-
entry. We use the [changie](https://changie.dev/) tool to manage these entries
54-
and automate the release process.
55-
56-
---
57-
### 1. Installing Changie
58-
59-
You only need to do this once. If you don't have `changie` installed, choose one of the options below.
60-
61-
* **Homebrew** (macOS):
62-
```shell
63-
brew install changie
64-
```
65-
* **Go Install**:
66-
```shell
67-
go install github.com/miniscruff/changie@latest
68-
```
69-
* **Other Methods**:
70-
See the [official changie installation guide](https://changie.dev/guide/installation/) for other options, including pre-compiled binaries.
71-
72-
---
73-
### 2. Creating an Entry
74-
75-
Once your code changes are complete, create the changelog entry:
76-
77-
1. **Run the command** in your terminal:
78-
```shell
79-
changie new
80-
```
81-
2. **Follow the prompts.** An interactive prompt will ask you to select the
82-
kind of change (e.g., `BREAKING CHANGES`, `NOTES`, `FEATURES`) and write a concise description of
83-
what you changed.
84-
85-
3. **Commit the new file.** After you're done, `changie` will create a new
86-
YAML file in the `.changie/unreleased` directory. Commit this file along with your other
87-
code changes before submitting your pull request.

0 commit comments

Comments
 (0)