podman-compose/newsfragments
Povilas Kanapickas 2091ade7b1 Add newsfragment
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2024-07-08 19:15:16 +03:00
..
978.bugfix Alt Dockerfile names fix 2024-06-26 19:09:20 +02:00
build-labels.feature Add newsfragment 2024-07-08 19:15:16 +03:00
check-if-pod-exists.bugfix Check whether pod exists before trying to create one 2024-07-03 19:31:13 +03:00
default_net_name_compat.feature Add a way to remove dashes in default network names 2024-07-06 18:50:25 +03:00
dont-resolve-links-to-compose-file.bugfix Don't resolve links to compose file 2024-03-25 08:18:52 +02:00
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03:00

This is the directory for news fragments used by towncrier: https://github.com/hawkowl/towncrier

You create a news fragment in this directory when you make a change, and the file gets removed from
this directory when the news is published.

towncrier has a few standard types of news fragments, signified by the file extension. These are:

.feature: Signifying a new feature.
.bugfix: Signifying a bug fix.
.doc: Signifying a documentation improvement.
.removal: Signifying a deprecation or removal of public API.
.change: Signifying a change of behavior
.misc: Miscellaneous change