Djaytan / mc-jobs-reborn-patch-place-break

A place-break patch extension of JobsReborn plugin for Bukkit servers (Minecraft).
MIT License
5 stars 2 forks source link

ci(release): fixing remaining issues & finalizing in pipeline #580

Closed Djaytan closed 7 months ago

Djaytan commented 7 months ago

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}":

error: pathspec '/home/runner/work/mc-jobs-reborn-patch-place-break/mc-jobs-reborn-patch-place-break/docs/CHANGELOG.md' did not match any file(s) known to git

Which gets solved by executing this command before committing:

git add "${CHANGELOG_FILE}"

Tests outcomes in an ad-hoc repository can be found:

Meaning 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:

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 3.0.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: