Skip to content

Commit

Permalink
feat: don't trigger a release for pipeline changes
Browse files Browse the repository at this point in the history
it's annoying and doesn't really help
  • Loading branch information
krsche committed Jul 19, 2022
1 parent 1d6ffc8 commit 55a1ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
{ "type": "docs", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "type": "ci", "release": "patch" },
{ "type": "build", "release": "patch" },
{ "type": "chore", "release": "patch" },
{ "type": "perf", "release": "patch" },
{ "type": "test", "release": "patch" }
Expand Down

0 comments on commit 55a1ec8

Please sign in to comment.