reearth/CHANGELOG generator
Generate CHANGELOG automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | A new version ("vX.X.X"), "patch", "minor", "major", "prepatch", "preminor", "premajor", or "prerelease". Default automatically detects a new version from commits. | no | — |
| date | Release date. Default: current local time | no | — |
| repo | Repository name (owner/name) or URL used in CHANGELOG as the link destination for commits and pull requests. | no | — |
| latest | If true, generates CHANGELOG_latest.md also. You can also specify a file name. | no | — |
| output | CHANGELOG.md file path | no | — |
| noEmit | If true, any files will not be emitted. The result is only available from the outputs. | no | — |
| config | Config file path | no | — |
Outputs
| name | description |
|---|---|
| changelog | The latest CHANGELOG |
| version | The new version |
| date | Date of the new version |
| prevVersion | The previous version |
| newChangelog | The new CHANGELOG |
| oldChangelog | The old CHANGELOG |