gustavo1020/Increment Tag Version

This action automates the process of creating version tags for different branches in your project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
list-version-fragmentThe versions fragment you want to increment. possible options are [ major | feature | bug | hotfix | fix ]yes
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
tokenPersonal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.${{ github.token }}
branchhe change in our repositorys branch was carried out to address a specific issue related to the existing functionality (searching for the branch tag to which the PR is intended to merge). The team identified a critical error that was adversely affecting the user experience, and the decision was made to create a new branch to resolve it. Furthermore, it was deemed appropriate to introduce a new feature to enhance system efficiency.${{ github.ref_name }}
prefixIncreased version prefix
userPersonal access actor (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.'${{ github.actor }}
namedescription
next-versionThe incremented version