gustavo1020/Increment Tag Version
This action automates the process of creating version tags for different branches in your project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| list-version-fragment | The versions fragment you want to increment. possible options are [ major | feature | bug | hotfix | fix ] | yes | — |
| repository | Repository name with owner. For example, actions/checkout | — | ${{ github.repository }} |
| token | Personal 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 }} |
| branch | he 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 }} |
| prefix | Increased version prefix | — | — |
| user | Personal 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 }} |
Outputs
| name | description |
|---|---|
| next-version | The incremented version |