Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcurdt/action-verify-version-maven
Ensure the version in the pom matches the tag
https://github.com/tcurdt/action-verify-version-maven
java maven pom release release-automation
Last synced: 5 days ago
JSON representation
Ensure the version in the pom matches the tag
- Host: GitHub
- URL: https://github.com/tcurdt/action-verify-version-maven
- Owner: tcurdt
- Created: 2021-02-09T22:04:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:14:53.000Z (21 days ago)
- Last Synced: 2024-10-29T12:39:09.363Z (16 days ago)
- Topics: java, maven, pom, release, release-automation
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verify Package Version (maven)
Verifies that the pom version matches the current tag.
## Inputs
### `file`
Path to the package descriptor. Default `./pom.xml`.
### `prefix`
Ref prefix. Default `refs/tags/v`.
## Outputs
### `version`
The version from the pom.
## Example usage
uses: tcurdt/action-verify-version-maven@master