ci: release only stable on master
branch
This commit is contained in:
parent
5c49f94b53
commit
52081972e9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: 'Release'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, develop]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -1,8 +1,5 @@
|
||||
{
|
||||
"branches": [
|
||||
"master",
|
||||
{ "name": "develop", "prerelease": "beta", "channel": "beta" }
|
||||
],
|
||||
"branches": ["master"],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/Divlo/react-component-form/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Divlo/react-component-form",
|
||||
"homepage": "https://react-component-form.vercel.app/",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
|
Reference in New Issue
Block a user