We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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})
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: