instrumentl/production-commit-tagger
Create tags after a production deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timestamp | Time at which the deployment occurred | yes | — |
| deployment_id | Disambiguating ID of deployment | yes | — |
| prefix | Prefix for tags | — | v2. |
| timestamp_format | strftime format for tag name | — | %Y%m%d%H%M |
| token | GitHub Token | — | none |
Outputs
| name | description |
|---|---|
| tag_name | Name of created tag |
| release_body_path | Path to a file containing the body to put in the Release |
| commit_authors | Comma-separated list of the first page of author usernames since the last Release |