How to skip release date in version title? #24
Replies: 2 comments 13 replies
-
Btw. I also tried to set the release-date like this:
..but that had no effect, i.e. it didn't use the date (22.10.18) I supplied. |
Beta Was this translation helpful? Give feedback.
-
It's currently not possible to "disable" adding a release date to each heading. The "Keep a Changelog" format strongly recommends adding a date to each release:
The Action is powered by a CLI. The date there is also required and will always be appended to a heading. Here's the source code for that: https://github.com/stefanzweifel/php-changelog-updater/blob/main/app/CreateNewReleaseHeading.php#L21 I plan to work on all my GitHub Actions this weekend. |
Beta Was this translation helpful? Give feedback.
-
I would like to not have a generated date in the version title as the date is already part of our release tag, i.e. our release tags look like this:
v22.10.18-build997.170f99f91
We also have some cases where the tag might have been added after the commit that triggered the build (this is a temporary issue as the tag is now added automatically with every build, but it wasn't in earlier releases). If we have such a tag that was added after the commit that triggered the build we get a version title in the changelog that might look like this:
Is it possible to avoid that date in the title?
Beta Was this translation helpful? Give feedback.
All reactions