release-script
release-script copied to clipboard
Painless release management for Node.js projects
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 7.6.0. Release notes Sourced from semver's releases. v7.6.0 7.6.0 (2024-01-31) Features a7ab13a #671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa,...
Error in the README.md. It should read: ''### **WORK IN PROGRESS** and not ''## **WORK IN PROGRESS**
Errors should rollback the git changes ``` commit:manual-review Please review the changes and correct them manually if necessary. ✔ Are you done? · yes commit:package updating lockfile... commit:git Commit message:...
add missing #
This adds a new optional cli option to the changelog plugin to specify (additional) changelog information directly from the cli, without adding it first to the WIP section in the...
It would be benefit full if you can chose that the release script should update the ip-package.json or only the version. Also, like currently, if an error occurs on API...
It is possible to define additional files for a license check via parameters: https://github.com/AlCalzone/release-script/blob/e9b895ac2e454f209c731978decd88198443e763/README.md?plain=1#L467 It would be awesome to define those files / patterns also in the `.releaseconfig.json` (like versionFiles):...
If translating many readme changes, the script gets timeout. E.g. ``` * (foxriver76) Many GUI improvements * (bluefox) New json config component added: license agreement * (foxriver76) also show non-stable...
I see situation a alpha. should only. be own git, so I would like to choose if my run should only end on git, or also on NPM In addition,...
Some of React Repos need `npm i -f` instead of just `npm i` Allow to set `.releaseconfig.json` or in cli `--updateLockfile=force`