Skip to content

New: Treat Upgrade-tagged commits as patch releases#10

Open
taylortom wants to merge 1 commit into
masterfrom
upgrade-tag-release-rule
Open

New: Treat Upgrade-tagged commits as patch releases#10
taylortom wants to merge 1 commit into
masterfrom
upgrade-tag-release-rule

Conversation

@taylortom
Copy link
Copy Markdown
Member

@taylortom taylortom commented May 9, 2026

Adds Upgrade to commit-analyzer.releaseRules with release: 'patch'.

Patch is conservative — a dep bump usually doesn't change the module's API surface; if a particular Upgrade does warrant minor, contributors can use Update: instead for that one commit.

The eslint preset's default release rules only trigger releases for
Breaking, Fix, Update, and New tags. Upgrade-tagged commits — which
are the natural fit for dep-range bumps — are silently dropped, even
though Upgrade is in the project's documented tag list.

Adding it as patch-level lets dep bumps surface as actual releases
on consumer modules without requiring contributors to (mis)tag
range-expansion commits as Fix.
@taylortom taylortom self-assigned this May 9, 2026
@taylortom taylortom added enhancement New feature or request question Further information is requested labels May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant