Skip to content

feat: add release workflow for automatic major version tagging#4

Merged
bonifaido merged 1 commit into
mainfrom
release
Jun 8, 2026
Merged

feat: add release workflow for automatic major version tagging#4
bonifaido merged 1 commit into
mainfrom
release

Conversation

@bonifaido

@bonifaido bonifaido commented Jun 8, 2026

Copy link
Copy Markdown
Member

This pull request adds a new GitHub Actions workflow to automate release tagging. The workflow is triggered when a new version tag is pushed, and it automatically updates the corresponding major version tag to point to the latest release.

Release automation:

  • Added a .github/workflows/release.yml workflow that listens for pushes to tags matching the pattern v*.*.* and updates the major version tag (e.g., v1) to point to the latest release tag.

@bonifaido bonifaido requested a review from a team as a code owner June 8, 2026 11:43
@bonifaido bonifaido self-assigned this Jun 8, 2026
@bonifaido bonifaido merged commit 0bfbbfb into main Jun 8, 2026
2 checks passed
@bonifaido bonifaido deleted the release branch June 8, 2026 11:46
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