From 52081972e916902e22ec8061886a3816fa0ad1dc Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 26 Aug 2022 22:48:52 +0200 Subject: [PATCH] ci: release only stable on `master` branch --- .github/workflows/release.yml | 2 +- .releaserc.json | 5 +---- package.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6e0ed2..01044b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: 'Release' on: push: - branches: [master, develop] + branches: [master] jobs: build: diff --git a/.releaserc.json b/.releaserc.json index 31f34b8..0749a4a 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,8 +1,5 @@ { - "branches": [ - "master", - { "name": "develop", "prerelease": "beta", "channel": "beta" } - ], + "branches": ["master"], "plugins": [ [ "@semantic-release/commit-analyzer", diff --git a/package.json b/package.json index b4b1525..647f5dc 100644 --- a/package.json +++ b/package.json @@ -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": [