Skip to content

Commit f1378f0

Browse files
authoredAug 25, 2023
Merge pull request #524 from supabase-community/j0/patch_semantic_release
fix: change release branch to develop
2 parents c906873 + 896a921 commit f1378f0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
 

‎.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 }}

‎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)
Please sign in to comment.