spiegel-keyman/resources/build/version
2022-05-27 13:11:23 +10:00
..
src chore(common): improve PR reporting of changes 2022-05-17 10:43:07 +10:00
.gitignore chore(ci): increment version final 2020-02-03 09:33:46 +11:00
package-lock.json chore(deps): bump node-fetch in /resources/build/version 2022-01-25 05:25:46 +00:00
package.json chore(web): move version from package.json to keyman-version package 2022-04-17 06:47:39 +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.