Open ghostwriter opened 1 year ago
given:
if a milestone (0.1.2) is open and it is not empty,
create a pull request updating CHANGELOG.md file.
CHANGELOG.md
changelog entries are derived from GitHub issue titles associated with that milestone (0.1.2), explicitly excluding pull requests.
allow users to discuss changelog entries by visiting the respective issues links.
Fixed - [#{issue.id}: {issue.title}]({issue.link}) thanks to @{issue.author} (and @{pull_request.author})
given:
if a milestone (0.1.2) is open and it is not empty,
create a pull request updating
CHANGELOG.md
file.changelog entries are derived from GitHub issue titles associated with that milestone (0.1.2), explicitly excluding pull requests.