gesslar/Determine Version
A GitHub Action to determine the updated version of a project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Specify the source of the current version (package.json or full path). | no | package.json |
| version_pattern | Regex pattern to match version tags (default: v\d+\.\d+\.\d+). | no | v\d+\.\d+\.\d+ |
Outputs
| name | description |
|---|---|
| updated_version | The updated version string or 'no changes'. |