mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user