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

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

ci(release): simplify semantic-release config #529

Closed Djaytan closed 9 months ago

Djaytan commented 9 months ago

The releaseCommitMessageFormat property is useless in the context of the @semantic-release/release-notes-generator plugin. The role of the plugin is to generate release notes only. More concretely speaking, we can see the plugin's behavior as generating and storing a value in a variable which will then be reusable by the other plugins later. No commit will be created nor pushed. That's the role of the plugin semantic-release-github-pullrequest (https://github.com/asbiin/semantic-release-github-pullrequest) which will create a PR for the changes made to the CONTRIBUTING.md file by the plugin @semantic-release/changelog (https://github.com/semantic-release/changelog).

The README file of the plugin can be found here: https://github.com/semantic-release/release-notes-generator. The specific documentation regarding the releaseCommitMessageFormat property can be found here: https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.0.0/README.md#releasecommitmessageformat-string. If new with the semantic-release tool, this documentation will be useful: https://semantic-release.gitbook.io/semantic-release/.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

github-actions[bot] commented 9 months ago

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

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 9 months ago

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

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 9 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: