mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
This prepares a PR with updated history and version for auto-merge. Any new PRs are merged into HISTORY.md but existing entries are left untouched. Thus, we can tweak wording in HISTORY.md at any time without the effort of figuring out which PRs need to be present manually.
10 lines
No EOL
361 B
Markdown
10 lines
No EOL
361 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 ../increment-version.sh for normal CI
|
|
usage. |