diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index dc4953957..0bea1b1ff 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -2,6 +2,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +filter-by-commitish: true template: | ### What's Changed diff --git a/README.md b/README.md index fe84b343b..04ba05798 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GitProxy v1.1.0 Testing GitLabFlow branching strategy. This should automatically create a draft setting the project to `v1.1.0`. + +Simulating bugfix in v1.1.0. This should trigger a v1.1.1 publish from the `release-drafter.yml`. Making a new PR.