Skip to content

Auto-Tag Sync

Actions
Automatically sync major and minor tags with the latest release tag
v1.0.0
Latest
Star (1)

Auto-Tag Sync

This action will automatically sync major and minor tags with the latest release tag.

Inputs

github_token

required The GitHub token to use to create the tags.

version_prefix

optional(default: 'v') The prefix to use for the version tags.

version_suffix

optional(default: '') The suffix to use for the version tags.

version_separator

optional(default: '.') The separator to use for the version tags.

Example usage

name: Tag sync
on:
  release:
    types: [published]

jobs:
  tag-sync:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v4
    - name: Tag sync
      uses: francktrouillez/auto-tag-sync@v1
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}

Troubleshooting

If you are having permission issues, make sure the action has the permission to write in the repository.

Contributions

Contributions are welcome! Feel free to open an issue or submit a pull request if you have any ideas or improvements for the action.

Auto-Tag Sync is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically sync major and minor tags with the latest release tag
v1.0.0
Latest

Auto-Tag Sync is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.