Closed Djaytan closed 9 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
:tada: This PR is included in version 3.0.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The primary goal of this change is to make semantic releasing process working once and for all!
The remaining observed issue was the following one when executing the command
git commit --message='docs(changelog): release v3.0.3' "${CHANGELOG_FILE}"
:Which gets solved by executing this command before committing:
Tests outcomes in an ad-hoc repository can be found:
CHANGELOG.md
file: https://github.com/Djaytan/semantic-release-experimentations/pull/4Meaning that everything seems good now, and providing us enough confidence concerning the merging outcomes of this change!
Opportunities to finalize the setup has been taken as well:
semantic-release-github-pullrequest
dependency has been cleaned-up from thepackage.json
file and itspackage-lock.json
one--ci
argument has been removed when dispatching thesemantic-release
command since that's already the default command behaviorsemantic-release
command successful executionsemantic-release
config (i.e.release.config.js
file) has been simplified:releaseRules
property in order to follow standards (i.e. bumping version only forfix
,feat
andBREAKING CHANGE
types)releasedLabels
property (hence the removal from the config)