We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13f437 + d917c01 commit 9e157abCopy full SHA for 9e157ab
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish
2
3
on:
4
push:
5
- branches: [alpha, beta, main]
+ branches: [alpha, beta, master]
6
7
jobs:
8
publish:
package.json
@@ -1,6 +1,6 @@
1
{
"name": "generate-react-cli",
- "version": "8.1.0",
+ "version": "8.1.1",
"description": "A simple React CLI to generate components instantly and more.",
"repository": "https://github.com/arminbro/generate-react-cli",
"bugs": "https://github.com/arminbro/generate-react-cli/issues",
@@ -71,11 +71,6 @@
71
"printWidth": 120
72
},
73
"release": {
74
- "branches": [
75
- "alpha",
76
- "beta",
77
- "main"
78
- ],
79
"plugins": [
80
"@semantic-release/commit-analyzer",
81
"@semantic-release/release-notes-generator",
0 commit comments