momocow / semantic-release-gitmoji

✨🐛💥 A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
MIT License
92 stars 20 forks source link

Bug: major-Release is not recognized #104

Closed FabianWilms closed 3 weeks ago

FabianWilms commented 1 month ago

I followed the instructions to create the .releaserc.js.

I added a commit with the :boom:-Gitmoji: https://github.com/it-at-m/muc-patternlab-vue/commits/beta/

When running semantic-release I get the following output:

[5:41:11 AM] [semantic-release] › ℹ  Found 2 commits since last release
[5:41:11 AM] [semantic-release] › ℹ  Start step "analyzeCommits" of plugin "semantic-release-gitmoji"
[5:41:11 AM] [semantic-release] [semantic-release-gitmoji] › ℹ  There will be no new version.
[5:41:11 AM] [semantic-release] › ✔  Completed step "analyzeCommits" of plugin "semantic-release-gitmoji"
[5:41:11 AM] [semantic-release] › ℹ  There are no relevant changes, so no new version is released.

Did I configure something wrong? Or is there a bug in the plugin?

FabianWilms commented 3 weeks ago

After doing a little ruberducking with a colleague: I was stupid and I don't know how I didn't notice it.

While I configured :boom: to be a major release, I used :bomb: in my commits. So it wasn't surprising that semantic-release didn't recognize the commits..

Sorry for the inconvenience!