Skip to content
New issue

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

Automate issues closed since last release in release notes #678

Open
machawk1 opened this issue Jun 29, 2020 · 1 comment
Open

Automate issues closed since last release in release notes #678

machawk1 opened this issue Jun 29, 2020 · 1 comment
Labels

Comments

@machawk1
Copy link
Member

This is a meta-ticket.

@ibnesayeed has crafted automation of the release and testing process through GitHub actions, inclusive of generating the release notes. These release notes, among other things, contains the Pull Requests since the last release.

However, listing the issues closed would also be informative. @ibnesayeed stated that he is not aware of how to do this using the git log. Is there a way, with GitHub actions, to determine this and use it as a basis for inclusion in release notes?

@machawk1 machawk1 added the Meta label Jun 29, 2020
@ibnesayeed
Copy link
Member

Perhaps GitHub's CLI can help here, because issues are not a Git property, but a GitHub overlay. It should be possible to query that information, but we need to identify a reliable means to identifying false positives. If we were using SemVer-style release plan, then we could have added labels to easily filter issues related to a planned release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants