Skip to content
Snippets Groups Projects
Commit 2816d766 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Georg Krause
Browse files

Add towncrier command

parent 0c872ed5
No related branches found
No related tags found
No related merge requests found
......@@ -701,13 +701,10 @@ Changelog fragments use the following naming convention: `changes/changelog.d/<n
- `i18n` – internationalization-related work
- `misc` – any work that doesn't fit into the above categories
You can create these files manually or use the following snippet to create a fragment:
You can create these files manually or use the following command to create a fragment:
```sh
issue="42"
content="Fixed an overflowing issue on small resolutions (#$issue)"
category="bugfix"
echo "$content ($issue)" > changes/changelog.d/$issue.$category
towncrier new --edit $issue.$category
```
## Make a release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment