lemonenergy/release-action
Bumps package version and creates release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | Branch in which release will be merged | yes | main |
| head-branch | Branch to be released | yes | develop |
| github-token | GitHub token (PAT) or GitHub App private key when github-app-id is provided | yes | — |
| github-app-id | GitHub App ID. When provided, github-token is treated as the App private key and a short-lived installation token is generated automatically | — | "" |
| skip-ci | Append [skip ci] to the version bump commit message to prevent triggering new workflow runs | — | false |
| initial-version | Initial version used if base-branch doesn't have package.json | — | 0.0.0 |
| path | Path where the target package.json is located | — | "" |
Outputs
| name | description |
|---|---|
| version | The next version |