Skip to content

Commit 5ee0150

Browse files
committed
docs: added development note about generating release notes
1 parent 1bcacfc commit 5ee0150

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ The [multiarch branch](https://github.com/itzg/docker-minecraft-server/tree/mult
6565

6666
The multiarch images are built and published by [a Github action](https://github.com/itzg/docker-minecraft-server/actions?query=workflow%3A%22Build+and+publish+multiarch%22), which [is configured in that branch](https://github.com/itzg/docker-minecraft-server/blob/multiarch/.github/workflows/build-multiarch.yml).
6767

68+
## Generating release notes
69+
70+
The following git command can be used to provide the bulk of release notes content:
71+
72+
```shell script
73+
git log --invert-grep --grep "^ci:" --grep "^misc:" --pretty="- %s" 1.1.0..1.2.0
74+
```

0 commit comments

Comments
 (0)