spiegel-keyman/resources/build/version
Marc Durdin db3eef645e
Update resources/build/version/README.md
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2025-08-28 04:53:36 +02:00
..
src maint: update @actions/github + @octokit references 2025-05-13 14:25:46 +07:00
.gitignore chore(common): convert resources/build/version to ES Modules 2023-10-04 11:50:53 +07:00
build.sh maint(common): rename and move node-related script functions into node.inc.sh 2025-08-02 13:34:29 +10:00
package.json maint: update @actions/github + @octokit references 2025-05-13 14:25:46 +07:00
README.md Update resources/build/version/README.md 2025-08-28 04:53:36 +02:00
tsconfig.json chore(common): cleanup final Typescript non-ESM metadata 2023-10-04 12:55:51 +07:00

Version increment and automatic history maintenance

This node module automatically refreshes HISTORY.md with titles from the latest pull requests merged since the last automatic version increment, and if any history has been found, increments the version, and creates a PR for the increment.

It is wrappered by ../../teamcity/triggers/trigger-release-builds.sh for normal CI usage.