Skip to content

Commit 1c31149

Browse files
update version bump check workflow
1 parent 3548a4f commit 1c31149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Catches when developers forget to add a version bump for their changes.
22
# Code changes (lib/, webpack/, dist/) require package.json + CHANGELOG.md.
3-
# Skips for: test-only, docs, .github (workflows/config), or comment-only in lib/.
3+
# Skips for: test-only, docs, .github (workflows/config).
44
name: Check Version Bump
55

66
on:

0 commit comments

Comments
 (0)