Skip to content

Commit 13313fe

Browse files
(IGNORE) Bootstrap changelog generation
1 parent ee4b3da commit 13313fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
## See https://github.com/mathiasvr/command-output/issues/4.
4848
id: generate-changelog
4949
with:
50-
run: git log --format="* %s" v0.0.0..HEAD | { grep -v "(IGNORE)" || :; }
50+
run: echo (no-op)
5151

5252
- name: Log version & changelog
5353
run: |

0 commit comments

Comments
 (0)