rotorsoft/semrel-analyze
Analyzes conventional commits in repo to suggest next semantic version and tag relative to the last version tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | The name of the package in the mono-repo (git repo) | yes | — |
| directory | The path to the package.json in the mono-repo (e.g. libs/eventually) | yes | — |
Outputs
| name | description |
|---|---|
| last-tag | Last version tag found for input package |
| next-tag | Next suggested version tag based on the conventional commits found since last tag or - when nothing found |
| next-version | Next suggested semantic version based on the conventional commits found since last tag or - when nothing found |
| change-log | Log of conventional commits analyzed since last tag |