psrenergy/Create Tag and Release
Reads a version from a TOML file and creates a GitHub release with the corresponding tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the TOML file | no | Project.toml |
| field | Field in the TOML file to read | no | version |
| prefix | Prefix prepended to the version to form the tag | no | v |
Outputs
| name | description |
|---|---|
| version | Version value read from the TOML file |
| tag | Full tag name (prefix + version) |