Skip to content

Commit 69036be

Browse files
author
Andrew Smith
authored
Merge pull request #563 from supabase-community/silentworks/add-to-maintainers
Add myself to maintainers
2 parents be3373f + 96b469b commit 69036be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
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/develop' && 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/main' && github.event_name == 'push' && github.repository_owner == 'supabase-community' }}
3535
runs-on: ubuntu-latest
3636
name: "Bump version, create changelog and publish"
3737
environment:

Diff for: MAINTAINERS.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See CONTRIBUTING.md for general contribution guidelines.
55
# Maintainers (in alphabetical order)
66
- [J0](https://github.com/J0)
77
- [olirice](https://github.com/olirice)
8+
- [silentworks](https://github.com/silentworks)
89

910
# Emeritus Maintainers (in alphabetical order)
1011
- [anand2312](https://github.com/anand2312)

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ major_on_zero = false
4444
commit_subject = "chore(release): bump version to v{version}"
4545
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
4646
upload_to_vcs = true
47-
branch = "develop"
47+
branch = "main"
4848
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4949

5050
[build-system]

0 commit comments

Comments
 (0)