ikmdev/SemVer Release Version
Utilized for creating releases of projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| nexus_repo_id | Nexus Repository ID | no | maven-snapshots |
| nexus_repo_username | Nexus Repository Username | no | ike-developer |
| is_tag | Check if running on tag | no | false |
| nexus_repo_password | Nexus Repository Password | yes | — |
| nexus_repo_url | Nexus Repository URL | no | https://nexus.tinkar.org |
| github_token | GitHub Token | yes | — |
| gpg_passphrase | GPG Passphrase | yes | — |
| gpg_key | GPG Key | yes | — |
| maven_central_username | MAVEN CENTRAL USERNAME | yes | — |
| maven_central_password | MAVEN CENTRAL PASSWORD | yes | — |
| branch_name | Branch Name | yes | — |
| sonarcloud_token | Token For Sonarcloud | no | — |
| sonarcloud_host_url | Sonarcloud Host URL | no | https://sonarcloud.io/ |
| sonarcloud_organization | Organization Name on Sonarcloud | no | ikmdev |
| sonarcloud_sources | source folder | no | src/main/java |
| sonarcloud_projectKey | Sonar project key | no | — |
| sonarcloud_coverage_jacoco_xmlReportPaths | Jacoco reports path | no | target/site/jacoco/jacoco.xml |
| sonarcloud_java_binaries | Java binaries folder | no | target/classes |
| sonarcloud_tests | Java test folder | no | src/test/java |
| java_version | Java Version | no | 25 |
| mvn_additional_args | Additional Maven CLI args (no new lines) | no | "" |
Outputs
| name | description |
|---|---|
| release_upload_url | Release Url |
| is_tag | Is Tag |