agronholm/Python Container Action Template
Get started with Python Container actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the changelog file | yes | — |
| version_pattern | Regular expression to use to detect where a version entry begins and ends | — | ^\*\*([0-9][^*]*)\*\* |
| header | Text to prepend to the beginning of the generated changelog (in the same format as the changelog itself) | — | — |
| footer | Text to append to the end of the generated changelog (in the same format as the changelog itself) | — | — |
Outputs
| name | description |
|---|---|
| changelog | The generated changelog text in the Markdown format |