From 83c43b3075b18c57283d31a68bd6c58b3b846dcd Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Sat, 30 Mar 2024 00:20:00 +0100 Subject: [PATCH] `auto-release.yaml` enable filter-by-commitish (#62) --- .github/auto-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/auto-release.yml b/.github/auto-release.yml index 891531fe..352b8bee 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -1,3 +1,4 @@ +filter-by-commitish: true name-template: 'v$RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' version-template: '$MAJOR.$MINOR.$PATCH'