Skip to content

Commit

Permalink
ci: don't release on deps-dev scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Oct 16, 2020
1 parent f704ae4 commit 8d964d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if: ${{ env.GITHUB_REF_SLUG == 'master' }}
with:
node-module: true
release-rules: '[{"type":"chore(deps-dev)","release":false},{"scope":"no-release","release":false},{"release":"patch","type":"build"},{"release":"patch","type":"chore"},{"release":"patch","type":"ci"},{"release":"patch","type":"docs"},{"release":"patch","type":"improvement"},{"release":"patch","type":"refactor"},{"release":"minor","type":"feat"},{"release":false,"subject":"*\\[skip release\\]*"}]'
release-rules: '[{"scope":"deps-dev","release":false},{"scope":"no-release","release":false},{"release":"patch","type":"build"},{"release":"patch","type":"chore"},{"release":"patch","type":"ci"},{"release":"patch","type":"docs"},{"release":"patch","type":"improvement"},{"release":"patch","type":"refactor"},{"release":"minor","type":"feat"},{"release":false,"subject":"*\\[skip release\\]*"}]'
commit-assets: |
./BENCHMARK.md
env:
Expand Down

0 comments on commit 8d964d4

Please sign in to comment.