podman-compose/newsfragments
Povilas Kanapickas 585d344d0a
Merge pull request #1004 from lisongmin/substitution-with-service-environment
Substitution with service environment
2024-07-27 00:06:46 +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
build-platform.feature podman_compose.py: support "platform" property in the build command 2024-07-26 23:58:11 +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
network-mode-none.bugfix Add newsfragment 2024-07-17 01:43:45 +03:00
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03:00
substitution-with-service-environment.feature Support variable substitution with service's environment 2024-07-27 00:04:06 +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