Skip to content

Commit f16f90c

Browse files
committed
chore: setup semantic release
1 parent 37d983b commit f16f90c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
tags-ignore:
55
- '*.*'
6-
branches:
7-
- !chore/setup-semantic
86

97
jobs:
108
build:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- '*.*'
66
branches:
77
- master
8-
- chore/setup-semantic
98

109
jobs:
1110
release:

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["master", "next", "chore/setup-semantic"],
2+
"branches": ["master"],
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)