Semver Tag Sync Action
Version updated for https://github.com/cbrgm/semver-tag-sync-action to version v1.0.2.
- This action is used across all versions by 13 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The semver-tag-sync-action is a GitHub Action designed to automatically synchronize major (v1) and minor (v1.2) version tags with semantic versioning releases (e.g., v1.2.3) in a repository. It simplifies version management by ensuring users can reference stable and predictable version tags without manual updates, addressing the need for consistent version-agnostic access to releases, especially for GitHub Action authors. Key capabilities include automatic tag updates, skipping prerelease versions, and support for cross-repository synchronization.
Release notes
What’s Changed
- fix: add missing period to comment (godot lint) by @cbrgm in https://github.com/cbrgm/semver-tag-sync-action/pull/2
- ci(tools): update build tools by @renovate[bot] in https://github.com/cbrgm/semver-tag-sync-action/pull/3
- major(deps): update module github.com/google/go-github/v82 to v83 by @renovate[bot] in https://github.com/cbrgm/semver-tag-sync-action/pull/4
- ci(tools): update actions/setup-go action to v6.3.0 by @renovate[bot] in https://github.com/cbrgm/semver-tag-sync-action/pull/5
- major(deps): update module github.com/google/go-github/v83 to v84 by @renovate[bot] in https://github.com/cbrgm/semver-tag-sync-action/pull/6
New Contributors
- @renovate[bot] made their first contribution in https://github.com/cbrgm/semver-tag-sync-action/pull/3
Full Changelog: https://github.com/cbrgm/semver-tag-sync-action/compare/v1...v1.0.2