Skip to content

Commit 896a921

Browse files
fix: change release branch to develop
1 parent 322fa23 commit 896a921

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: codecov/codecov-action@v1
3232
publish:
3333
needs: test
34-
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
34+
if: ${{ !startsWith(github.event.head_commit.message, 'bump') && !startsWith(github.event.head_commit.message, 'chore') && github.ref == 'refs/heads/develop' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
3535
runs-on: ubuntu-latest
3636
name: "Bump version, create changelog and publish"
3737
environment:
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.release.outputs.released == 'true'
6060

6161
- name: Publish package distributions to GitHub Releases
62-
uses: python-semantic-release/upload-to-gh-release@main
62+
uses: python-semantic-release/upload-to-gh-release@develop
6363
if: steps.release.outputs.released == 'true'
6464
with:
6565
github_token: ${{ secrets.GITHUB_TOKEN }}

Diff for: MAINTAINERS.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ This page lists all active maintainers of this repository. If you were a maintai
33
See CONTRIBUTING.md for general contribution guidelines.
44

55
# Maintainers (in alphabetical order)
6-
7-
- [anand2312](https://github.com/anand2312)
8-
- [dreinon](https://github.com/dreinon)
96
- [J0](https://github.com/J0)
10-
- [leynier](https://github.com/leynier)
7+
- [olirice](https://github.com/olirice)
118

129
# Emeritus Maintainers (in alphabetical order)
13-
10+
- [anand2312](https://github.com/anand2312)
11+
- [dreinon](https://github.com/dreinon)
1412
- [fedden](https://github.com/fedden)
13+
- [leynier](https://github.com/leynier)

0 commit comments

Comments
 (0)