mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
* Fixes the path for the increment-version module * Uses exit code 50 instead of 1 to indicate 'success, but no change', so that low-value error exit codes as used by node.js don't indavertently continue the build |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.sh | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.