mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
19 lines
No EOL
640 B
Markdown
19 lines
No EOL
640 B
Markdown
# 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 ../../teamcity/triggers/trigger-release-builds.sh for normal CI
|
|
usage.
|
|
|
|
## Reporting on pending changes to stable
|
|
|
|
This script will give you a report on the pending changes to the most recent
|
|
Keyman stable release, based on recently merged pull requests on the stable-x.y
|
|
branch:
|
|
|
|
```bash
|
|
./build.sh report-stable-changes
|
|
``` |