Skip to content

Commit

Permalink
Merge pull request #563 from supabase-community/silentworks/add-to-ma…
Browse files Browse the repository at this point in the history
…intainers

Add myself to maintainers
  • Loading branch information
Andrew Smith authored Sep 28, 2023
2 parents be3373f + 96b469b commit 69036be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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/develop' && 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/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
runs-on: ubuntu-latest
name: "Bump version, create changelog and publish"
environment:
Expand Down
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ See CONTRIBUTING.md for general contribution guidelines.
# Maintainers (in alphabetical order)
- [J0](https://github.com/J0)
- [olirice](https://github.com/olirice)
- [silentworks](https://github.com/silentworks)

# Emeritus Maintainers (in alphabetical order)
- [anand2312](https://github.com/anand2312)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ major_on_zero = false
commit_subject = "chore(release): bump version to v{version}"
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
upload_to_vcs = true
branch = "develop"
branch = "main"
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"

[build-system]
Expand Down

0 comments on commit 69036be

Please sign in to comment.