commit 491bc943927e16953d9d3a82f2606505cd7e3a96
parent ae2ea3c5fb400cee62a63ee9ab8de09ef33e5b0c
Author: Eric Scouten <scouten@adobe.com>
Date: Wed, 25 May 2022 19:43:32 -0700
(IGNORE) Add an option to squelch changelog notifications for certain commits
Like the previous one. And this one.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
uses: mathiasvr/command-output@v1
id: changelog
with:
- run: git log --format="* %s" ${{ steps.get-latest-tag.outputs.tag }}..HEAD
+ run: git log --format="* %s" ${{ steps.get-latest-tag.outputs.tag }}..HEAD | grep -v "(IGNORE)"
- name: Log version & changelog
run: |