spiegel-keyman/resources/build/version
2022-06-15 14:55:45 +10:00
..
src chore: fix version increment for force parameter 2022-06-15 14:55:45 +10:00
.gitignore chore(ci): increment version final 2020-02-03 09:33:46 +11:00
package.json fix(common): update increment-version for new tsc, node versions 2022-06-13 15:54:18 +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.