Skip to content

Commit 55a1ec8

Browse files
committed
feat: don't trigger a release for pipeline changes
it's annoying and doesn't really help
1 parent 1d6ffc8 commit 55a1ec8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.releaserc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
{ "type": "docs", "release": "patch" },
1010
{ "type": "refactor", "release": "patch" },
1111
{ "type": "style", "release": "patch" },
12-
{ "type": "ci", "release": "patch" },
13-
{ "type": "build", "release": "patch" },
1412
{ "type": "chore", "release": "patch" },
1513
{ "type": "perf", "release": "patch" },
1614
{ "type": "test", "release": "patch" }

0 commit comments

Comments
 (0)