Closed NSeydoux closed 2 months ago
This PR bumps the version to 3.0.0.
CHANGELOG.md
npm version --no-git-tag-version <major|minor|patch>
package.json
@since X.Y.Z
release: prepare vX.Y.Z
release/X.Y.Z
This PR bumps the version to 3.0.0.
Release steps:
CHANGELOG.md
to determine if the release was major, minor or patch. Make sure you align with the rest of the team first.npm version --no-git-tag-version <major|minor|patch>
to updatepackage.json
.CHANGELOG.md
has been updated to show version and release date.@since X.Y.Z
annotations if there have been any added or deprecated APIs.release: prepare vX.Y.Z
on a branch namedrelease/X.Y.Z