https://github.com/launchbynttdata/actions-lcaf-increment_tagged_version
https://github.com/launchbynttdata/actions-lcaf-increment_tagged_version
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchbynttdata/actions-lcaf-increment_tagged_version
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-05-06T18:57:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T19:30:59.000Z (about 1 year ago)
- Last Synced: 2025-01-03T10:46:12.542Z (4 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action to Increment Tagged Version
## About
This action is designed to bump the tags of a given repository based on the name of the branch that was just merged to main.
## Usage
```workflow
...
steps:
- name: Increment Tagged Version
uses: launchbynttdata/actions-lcaf-increment_tagged_version@v0
...
```## Compatibility
This action has only been tested on GitHub.com.