spiegel-keyman/resources/build/version
Marc Durdin 067028cec2 chore: revise tag variable name to VERSION_GIT_TAG
Introduce new $VERSION_GIT_TAG environment variable, and update all
references to release@version in all projects to use the new variable.
2023-01-21 17:02:50 +07:00
..
src chore: revise tag variable name to VERSION_GIT_TAG 2023-01-21 17:02:50 +07:00
.gitignore chore(ci): increment version final 2020-02-03 09:33:46 +11:00
package.json chore(common): remove unused ncc dependency 2022-09-19 14:47:37 +10:00
README.md chore(ci): increment version final 2020-02-03 09:33:46 +11:00
tsconfig.json chore(ci): increment version final 2020-02-03 09:33:46 +11:00
tsconfig.production.json chore(ci): increment version final 2020-02-03 09:33:46 +11: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 ../increment-version.sh for normal CI usage.