Open RayStick opened 3 months ago
Closes #
Problem with a plugin of auto:
Auto found a commit that looked like a conventional commit, and because the default for unknown labels is to "skip" release, it applied a "skip" mark and computed (correctly) the release as no increment: https://github.com/physiopy/physutils/actions/runs/10497563830/job/29080679203#step:4:611
"defaultReleaseType": "none",
.autorc
bugfix
minor
major
refactoring
test
infrastructure
documentation
other
@smoia I think this will work but how best to test it?
Closes #
Problem with a plugin of auto:
Auto found a commit that looked like a conventional commit, and because the default for unknown labels is to "skip" release, it applied a "skip" mark and computed (correctly) the release as no increment: https://github.com/physiopy/physutils/actions/runs/10497563830/job/29080679203#step:4:611
Proposed Changes
"defaultReleaseType": "none",
to the.autorc
fileChange Type
bugfix
(+0.0.1)minor
(+0.1.0)major
(+1.0.0)refactoring
(no version update)test
(no version update)infrastructure
(no version update)documentation
(no version update)other
Checklist before review