spiegel-keyman/resources/build/version
Marc Durdin fdc2cd438e chore: workaround release inc build block
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.
2024-02-15 12:51:02 +07:00
..
src chore: workaround release inc build block 2024-02-15 12:51:02 +07:00
.gitignore chore(common): convert resources/build/version to ES Modules 2023-10-04 11:50:53 +07:00
build.sh chore(common): convert resources/build/version to ES Modules 2023-10-04 11:50:53 +07:00
package.json chore(common): convert resources/build/version to ES Modules 2023-10-04 11:50:53 +07:00
README.md chore(ci): increment version final 2020-02-03 09:33:46 +11:00
tsconfig.json chore(common): cleanup final Typescript non-ESM metadata 2023-10-04 12:55:51 +07: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.