spiegel-keyman/resources/build/version
Marc Durdin 6ec78ac4c1 feat(common): annotate PRs with build links
Fixes #4201.

This adds a comment to pull requests with information about which build
a particular PR will be landing in, based on the HISTORY.md we have
already updated.
2020-12-22 14:42:26 +11:00
..
src feat(common): annotate PRs with build links 2020-12-22 14:42:26 +11:00
.gitignore chore(ci): increment version final 2020-02-03 09:33:46 +11:00
package-lock.json chore(deps): bump @actions/core in /resources/build/version 2020-10-01 17:29:43 +00:00
package.json chore(deps): bump @actions/core in /resources/build/version 2020-10-01 17:29:43 +00: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.