Tag and Release (New)
Version updated for https://github.com/BrandonStudio/tag-and-release to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the creation of tags and corresponding releases in response to a branch push, simplifying the release process by automatically deriving the tag name. It solves the problem of manually tagging and releasing versions, offering capabilities such as custom release names, bodies, draft or prerelease options, discussion linking, and asset uploads. The action streamlines version management, making it easier for developers to manage releases within their workflows.
What’s Changed
What’s Changed
- Move GitHub token to inputs by @BrandonStudio in https://github.com/BrandonStudio/tag-and-release/pull/5
Full Changelog: https://github.com/BrandonStudio/tag-and-release/compare/v1.1.0...v2.0.0