3.0.0 - Refactor to Node.js
What's Changed
Version 3 introduced breaking changes
-
The output was changed from a space-delimited text to a JSON object:
- old
2.1.5 2.1.6-dev
- new
{"current":"2.1.4","bump":"patch","next":"2.1.5","dev":"2.1.6-dev"}
- old
-
Changes in the option flags:
- --changelog was removed. Creating a changelog file is no longer supported.
- --outputtype was removed. Output to file is no longer supported.
- --preset was removed. Selecting a preset is no longer supported.
- --repopath was changed to --repo (repopath will eventually be removed).
- --bumpoverride was changed to --bump (bumpoverride will eventually be removed).
For more info, run the tool with the -h flag (--help).
- Changes in the container image mount target:
- from /usr/share/repo
- to /repo
Commits
- build(deps): bump node from 21.5.0-bullseye-slim to 21.6.0-bullseye-slim by @dependabot in #162
- ci(deps): bump actions/cache from 3 to 4 by @dependabot in #163
- build(deps): bump node from 21.6.0-bullseye-slim to 21.6.1-bullseye-slim by @dependabot in #164
- ci: prepare for first release of new version by @TomerFi in #171
- ci(deps): bump actions/setup-node from 3 to 4 by @dependabot in #167
- build(deps): bump semver from 7.5.4 to 7.6.0 by @dependabot in #170
- build(deps-dev): bump mocha from 10.2.0 to 10.3.0 by @dependabot in #168
Full Changelog: 2.1.4...3.0.0