mrchopa/Get-version
This is a custom action written in JavaScript
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | 자동 TAG 생성 시 사용 | no | — |
| default-bump | 버전 증가를 위한 commit 메세지가 계산 되지 않을 때 증가할 버전 | no | minor |
| major-prefix | Major 버전 증가를 위한 commit 메세지 prefix | no | major: |
| minor-prefix | Minor 버전 증가를 위한 commit 메세지 prefix | no | minor: |
| hotfix-prefix | Hotfix 버전 증가를 위한 commit 메세지 prefix | no | hotfix: |
| version-prefix | 버전 생성 시 사용할 prefix | no | v |
| pre-release-branches | 정식 릴리즈 이전의 임시 릴리즈용 버전을 생성할 브랜치 목록 (콤마(,)로 구분) | no | release |
| pre-release-tag | 임시 릴리즈 버전에 붙일 postfix | no | SNAPSHOT |
| fetch-tag-count | 조회할 태그 개수 | no | 100 |
| dry-run | tag 생성을 하지 않고 버전만 계산 | no | false |
Outputs
| name | description |
|---|---|
| new-version | new version |
| previous-version | previous-version |
| release-type | computed release type (`major`, `minor`, `hotfix`) |
| commit-message | commit message for computed release type |
| commit-sha | commit sha for computed release type |
| branch-name | current branch name |
| tag-sha | tag sha |