kouki-dan/git-issue-release
Automatically generate PRs diff from previous release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-tag-pattern | Pattern of release tag written in regex. It is used to link GitHub Releases and release Issues (find latest release or find issue to close after release is published) | yes | ^v |
| release-label | Label of release issue (comma separated if there are multiple) | yes | release |
| release-issue-title | Issue title for release issue | yes | What's changed in the next release |
| release-issue-title-published | Issue title after published | yes | Release: :tag_name: is released! |
| description | Additional description for release issue | no | "" |
| description-file-path | The file path in the repository for an additional description for release issue | no | "" |
| configuration-file-path | Specifies a path to a file in the repository containing configuration settings used for generating the release notes. | no | "" |
Outputs
no outputs