airshipctl/.github
Sean Eagan 9097b38f80 Improve release notes issue selection accuracy
The existing behavior was to select issues closed between two tag
dates. This is error prone since issues may be closed after the
fact, and there may be multiple releases being worked at the same
time and it is impossible to tell which release an issue was
closed for.

This switches to selecting issues by matching their milestone name
against the git tag. Since github does not support assigning
multiple assignments, their will likely need to be some manual
issue additions to the release notes when an issue is targeted to
multiple releases e.g. v2.0.1 and v2.1.

This also moves to only triggering github release creation on
non-pre-release semver tags, to avoid cluttering the release
list.

Change-Id: I99824020789323f8a1db418c73acef57ebb86022
Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
2021-04-22 13:24:43 -05:00
..
ISSUE_TEMPLATE Adds triage label to issue templates 2020-02-12 13:55:38 -06:00
workflows Improve release notes issue selection accuracy 2021-04-22 13:24:43 -05:00
SECURITY.md Update Airship vulnerability link 2020-05-19 13:45:09 +00:00