cocogitto / cocogitto-action

A github action to ensure your current gitlog respect the conventional commit specification
22 stars 17 forks source link

[FEATURE] Allow Specifying whether to do a Major, Minor or Auto Bump #8

Open Dan6erbond opened 1 year ago

Dan6erbond commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

No problem, just an enhancement.

Describe the solution you'd like A clear and concise description of what you want to happen.

I would like to specify whether the release should trigger a major, minor or automatic version bump. This can be useful when I'm working on an early version of my app, and then want to trigger a 1.x release or 2.x release based on an overhaul that might not have breaking changes but a refreshed UI or so.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Manually running the Cocogitto commands with the Docker image and having different steps based on variables.

Additional context Add any other context or screenshots about the feature request here.

its-danny commented 4 weeks ago

I’d also like this for the use case where a chore: initial commit contains features that should make it a 0.1.0.

Another use case is if I need to update docs.rs with doc changes but have no new features since the last version.