Open nitrocode opened 2 months ago
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
Sounds good to me!
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