diff --git a/.github/renovate.json b/.github/renovate.json index 708aec4ae..996707048 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,7 @@ "configMigration": true, "timezone": "America/New_York", "assignees": ["drichar"], - "baseBranchPatterns": ["main", "v5"], + "baseBranchPatterns": ["main"], "ignorePaths": ["**/node_modules/**"], "minimumReleaseAge": "3 days", "lockFileMaintenance": { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e69ccc9c..a791165c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: pull_request: - branches: [main, v5] + branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de76b89b4..25d40c468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: push: - branches: [main, v5] + branches: [main] permissions: contents: write diff --git a/.releaserc.js b/.releaserc.js index 210eda9b5..07b8ee9ba 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,6 +1,6 @@ export default { tagFormat: 'v${version}', - branches: ['main', { name: 'v5', prerelease: 'rc', channel: 'next' }], + branches: ['main'], plugins: [ '@semantic-release/commit-analyzer', [