We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The module could follow a semantic versioning scheme major.minor.patch
Using semantic commits, such as
feat!
feat
fix
all others like chore or ci or docs would not result in a new release
chore
ci
docs
This can help keep releases separated and easy to downgrade or upgrade to new versions
The text was updated successfully, but these errors were encountered:
Sounds good to me!
Sorry, something went wrong.
No branches or pull requests
what
The module could follow a semantic versioning scheme major.minor.patch
Using semantic commits, such as
feat!
for breaking backwards compatibility would cause a major version bumpfeat
for a new feature with backwards compatibility would cause a minor version bumpfix
would be a bugfix that would cause a patch version bumpall others like
chore
orci
ordocs
would not result in a new releasewhy
This can help keep releases separated and easy to downgrade or upgrade to new versions
references
The text was updated successfully, but these errors were encountered: