Skip to content

Conversation

@kivra-pauoli
Copy link
Contributor

Motivation

Ease maintenance. Ease consumption.

Description

By auto-versioning based on Conventional Commits -like semantics we prevent having to remember to release for each update that is not no-release. We also make it easier to consume for all releases, instead of having to target SHAs sometimes, when a tag is missing.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces automated release and versioning triggered by commits to the master branch. The changes enable CI-based auto-release using Conventional Commits semantics to eliminate manual tagging and improve consumption of the library.

Key changes:

  • Changed workflow trigger from pull_request to push to enable post-merge automation
  • Added a new release job that creates tags and GitHub releases automatically for master branch commits (excluding those prefixed with "no-release:")

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kivra-pauoli kivra-pauoli merged commit 0c8bfcb into master Dec 18, 2025
10 checks passed
@kivra-pauoli kivra-pauoli deleted the feature/ci-release branch December 18, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants