Skip to content

Commit 9e157ab

Browse files
committed
Merge branch 'master' into beta
2 parents a13f437 + d917c01 commit 9e157ab

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
branches: [alpha, beta, main]
5+
branches: [alpha, beta, master]
66

77
jobs:
88
publish:

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generate-react-cli",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "A simple React CLI to generate components instantly and more.",
55
"repository": "https://github.com/arminbro/generate-react-cli",
66
"bugs": "https://github.com/arminbro/generate-react-cli/issues",
@@ -71,11 +71,6 @@
7171
"printWidth": 120
7272
},
7373
"release": {
74-
"branches": [
75-
"alpha",
76-
"beta",
77-
"main"
78-
],
7974
"plugins": [
8075
"@semantic-release/commit-analyzer",
8176
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)