diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 10cb3ff0c..219ceb223 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -4,7 +4,6 @@ on: push: branches: - stable - - alpha # just for test semantic-release jobs: release: diff --git a/.github/workflows/sync-after-auto-release.yml b/.github/workflows/sync-after-auto-release.yml index 7883cad76..1b69351d2 100644 --- a/.github/workflows/sync-after-auto-release.yml +++ b/.github/workflows/sync-after-auto-release.yml @@ -28,6 +28,6 @@ jobs: - name: Create PR run: | - gh pr create --title "chore: update package.json and CHANGELOG" --body "🤖 Create by [[After Auto Release](https://github.com/antvis/AVA/blob/master/.github/workflows/after-auto-release.yml)]." + gh pr create --title "chore: update package.json and CHANGELOG" --body "🤖 Create by [Sync After Auto Release](https://github.com/antvis/AVA/blob/master/.github/workflows/sync-after-auto-release.yml)." env: GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} diff --git a/.releaserc.js b/.releaserc.js index 2530caf73..69bc35e1e 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,8 +1,6 @@ module.exports = { branches: [ 'stable', - // just for test semantic-release - { name: 'alpha', prerelease: true }, ], extends: 'semantic-release-monorepo', plugins: [