mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
Fixes #10721. This arose partly because of the change from release- to release@ in at 17.0.30-alpha (triggered by sentry req). Will require a corresponding patch to CI script to pass the --from and --to parameters. |
||
|---|---|---|
| .. | ||
| 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.