Skip to content

Commit

Permalink
Merge pull request #524 from supabase-community/j0/patch_semantic_rel…
Browse files Browse the repository at this point in the history
…ease

fix: change release branch to develop
  • Loading branch information
J0 authored Aug 25, 2023
2 parents c906873 + 896a921 commit f1378f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: codecov/codecov-action@v1
publish:
needs: test
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' }}
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' }}
runs-on: ubuntu-latest
name: "Bump version, create changelog and publish"
environment:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
uses: python-semantic-release/upload-to-gh-release@develop
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 4 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ This page lists all active maintainers of this repository. If you were a maintai
See CONTRIBUTING.md for general contribution guidelines.

# Maintainers (in alphabetical order)

- [anand2312](https://github.com/anand2312)
- [dreinon](https://github.com/dreinon)
- [J0](https://github.com/J0)
- [leynier](https://github.com/leynier)
- [olirice](https://github.com/olirice)

# Emeritus Maintainers (in alphabetical order)

- [anand2312](https://github.com/anand2312)
- [dreinon](https://github.com/dreinon)
- [fedden](https://github.com/fedden)
- [leynier](https://github.com/leynier)

0 comments on commit f1378f0

Please sign in to comment.