p6m-actions/JavaScript PNPM Cut Tag
GitHub Action for cutting versioned tags for JavaScript projects using pnpm
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version level to bump (patch, minor, or major) | yes | patch |
| project-path | Relative path to the project directory containing package.json (must not contain '..' or be absolute) | no | . |
Outputs
| name | description |
|---|---|
| version | The new version number |
| tag | The new tag that was created |