Skip to content

Commit 0c2b7d2

Browse files
remove --dry-run and cc/releasing branches
1 parent e862c05 commit 0c2b7d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
34-
run: npx semantic-release --dry-run
34+
run: npx semantic-release

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main", "cc/releasing"],
2+
"branches": ["+([0-9])?(.{+([0-9]),x}).x", "main"],
33
"plugins": [
44
[
55
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)