GitHub - tj-actions/release-tagger: :octocat: Github action to manage action releases. (original) (raw)

CI Update release version. Public workflows that use this action.

All Contributors

Automatically manage Github action releases by ensuring that a major release is always created or updated to point to the last minor/patch release.

Screen Shot 2022-09-20 at 11 13 54 PM

Usage

Important

name: Tag release

on: push: tags: - v*

jobs: test: runs-on: ubuntu-latest name: Create or update major release tag steps: - uses: actions/checkout@v4 - name: Run release-tagger uses: tj-actions/release-tagger@970a1f5f827a7b90902b0adc904f3bb70c1074e7 # v6.0.6

Inputs

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/release-tagger/issues.

If you are reporting a bug, please include:

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!