make: add target cl for create changelog entry (#15186)

* make: add target cl for create changelog entry

This PR adds `tools/cl-entry` and the `make cl` Makefile target for
conveniently creating correctly formatted Changelog entries.

* Update tools/cl-entry/main.go

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>

* Update tools/cl-entry/main.go

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>

Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
This commit is contained in:
Seth Hoenig
2022-11-08 09:43:32 -06:00
committed by GitHub
parent 7e8306e476
commit 72d58fcf72
5 changed files with 143 additions and 4 deletions

View File

@@ -18,6 +18,12 @@ Use the PR number as the file name. Enterprise private changes should have an en
The `.txt` files have a markdown-like syntax, with a tag signifying the entry type.
Use the `tools/cl-entry` command to help generate a changelog entry file.
```shell
make cl
```
Below are some examples of how to generate a CHANGELOG entry with your pull request.
### Improvement