startupheroes/Maven Releaser
Release maven projects easily using this action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-pom-location | `pom.xml` file location relative to the project root. Default: `./pom.xml` | no | ./pom.xml |
| versioning | SemVer versioning - patch, minor, major. Default: `patch` | no | patch |
| github-token | GitHub Token with read/write access | yes | — |
Outputs
| name | description |
|---|---|
| message | Output message of the release containing information about release or errors if any |