lr0pb/Automatic Release Creation
🚀 Automatically create release tags based on files updated in a commit for JS/TS projects 🏷️
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your token to provide access to GitHub REST API, usually its secrets.GITHUB_TOKEN | yes | — |
| track-file | Path to file used to track updates: some package.json file | no | package.json |
| notes-source | Source type for release notes: changelog | auto | no | changelog |
| notes-file | Path to changelog file used to provide release descriptions | no | CHANGELOG.md |
| notes-fallback | Fallback for release notes when no changelog file founded or when no description in this file for the new version: fallbackText | auto | no | fallbackText |
| fallback-text | Text used for `fallbackText` release notes fallback | no | No description 💭 |
| tag-pattern | Custom tag pattern for release title | no | v{major}.{minor}.{patch} |
Outputs
no outputs