Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to preset for semantic versioning #3

Open
SnO2WMaN opened this issue Oct 25, 2019 · 0 comments
Open

Add option to preset for semantic versioning #3

SnO2WMaN opened this issue Oct 25, 2019 · 0 comments
Labels
🤔 idea 🇯🇵 Japanese due to owner's native language

Comments

@SnO2WMaN
Copy link
Owner

Semantic Versioning の為に、preset側で『このgitmojiが入ったコミットが含まれた場合、最低でもマイナーアップデートとする』のようなものが指定できると良いかもしれない。

例えば、以下のように設定して、次のようなコミットをした場合、

{
  "rules": [
    {
      "emoji": "💥",
      "description": "Make Breaking change.",
      "code": "boom",
      "version": "major"
    }
  ]
}
💥 Add breaking change

メジャーアップデートと判断してくれるようにすると、自動化などが組みやすくて良さそうじゃないでしょうか?

@SnO2WMaN SnO2WMaN added 🤔 idea 🇯🇵 Japanese due to owner's native language labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 idea 🇯🇵 Japanese due to owner's native language
Projects
None yet
Development

No branches or pull requests

1 participant