Auto Generate Next Release Tag
Version updated for https://github.com/amitsingh-007/next-release-tag to version v6.4.0.
- This action is used across all versions by 263 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the generation of the next release tag for a repository by incrementing the version based on a customizable template (e.g., year, month, day, and iteration count) and the previous release tag. It simplifies version management and enables streamlined release workflows, providing outputs that can be used in conjunction with other actions to create releases. Key features include support for tag prefixes, wildcard matching, and a flexible templating system.
Release notes
What’s Changed
- Move rimraf to devDependencies in package.json by @amitsingh-007 in https://github.com/amitsingh-007/next-release-tag/pull/167
- Bump actions/github-script from 7 to 8 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/169
- Bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/171
- Bump @vercel/ncc from 0.38.3 to 0.38.4 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/172
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/174
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/179
- Bump @actions/github from 6.0.1 to 9.0.0 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/187
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/190
- Bump vitest from 3.2.4 to 4.0.18 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/188
- Bump @actions/core from 1.11.1 to 3.0.0 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/189
- Bump rimraf from 6.0.1 to 6.1.3 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/191
- Bump tsx from 4.20.4 to 4.21.0 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/180
- Bump xo from 1.2.2 to 1.2.3 by @dependabot[bot] in https://github.com/amitsingh-007/next-release-tag/pull/176
- README.md: bump versions by @deining in https://github.com/amitsingh-007/next-release-tag/pull/183
- Dependabot updates by @amitsingh-007 in https://github.com/amitsingh-007/next-release-tag/pull/192
New Contributors
- @deining made their first contribution in https://github.com/amitsingh-007/next-release-tag/pull/183
Full Changelog: https://github.com/amitsingh-007/next-release-tag/compare/v6.3.0...v6.4.0