fdiesel/Node Release
Creates a release based on the package.json version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github token. Use secrets.GITHUB_TOKEN | yes | — |
| path | Path to package.json file | no | ./package.json |
| prefix | Optional version prefix | no | "" |
| notes | Optional generating release notes | no | true |
| dry_run | Optional dry run | no | false |
Outputs
| name | description |
|---|---|
| created | If tag and release was created |
| version | Version in package.json |
| changelog | List of all commits since last release |
| version_changed | If version has changed |