Skip to content

chore(deps): release prior dependency updates#77

Merged
KyleJune merged 2 commits intomainfrom
dev
Apr 27, 2026
Merged

chore(deps): release prior dependency updates#77
KyleJune merged 2 commits intomainfrom
dev

Conversation

@KyleJune
Copy link
Copy Markdown
Member

Summary

Configure semantic-release to cut patch releases for dependency bumps so future Dependabot/Renovate updates (and this PR) ship a new version. Also adds a release rule for revert. Triggers a release for the prior chore: update dependencies (#76) that was merged but skipped because the default angular preset treats chore: as no-release.

Changes

  • .releaserc.json: add release rules so build(deps), chore(deps), and revert cut a patch release. Plain build:, chore:, and other no-release types are unchanged. Order matters — scoped rules are placed before the catch-all chore/build no-release entries.
  • Empty commit chore(deps): release prior dependency updates to trigger semantic-release under the new rule, since the previously-merged dep bump landed before these rules existed.

Testing

  • semantic-release runs on merge to main; expect a patch release (0.4.1) cut from the empty chore(deps) commit, with the changelog covering the prior dep bumps from chore: update dependencies #76.

@KyleJune KyleJune merged commit 82e3f9a into main Apr 27, 2026
6 checks passed
@KyleJune KyleJune deleted the dev branch April 27, 2026 03:08
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 0.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant