nebula-release-plugin
nebula-release-plugin copied to clipboard
Handle no-op cases in DEVELOPMENT_METADATA_STRATEGY
Split it into BRANCH_METADATA_STRATEGY and COMMIT_ABBREVIATED_ID to make it easier to compose and customise.
Handle case of a branch matching releaseBranchPatterns
as a no-op.
Avoid crash if branch doesn't match shortenedBranchPattern
and treat
it as a no-op.
Add test cases.
Close #93