Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Jan 14, 2025
1 parent a5c8c55 commit 4c19ab9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ analyzeCommits:
- type: 'chore'
scope: 'deps'
release: 'patch'
- type: 'chore'
scope: 'release'
release: false

verifyRelease:
- path: '@semantic-release/exec'
Expand All @@ -41,10 +44,8 @@ prepare:
- "package.json"
- "yarn.lock"
- "io-package.json"
success:
enabled: false

publish:
success:
- path: '@semantic-release/exec'
successCmd: |
#!/bin/bash
Expand Down

0 comments on commit 4c19ab9

Please sign in to comment.