Skip to content

Commit c05154c

Browse files
committed
fix: add changelogs links to the same root changelog to all projects
1 parent 62be423 commit c05154c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/auth/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626
homepage = "https://github.com/supabase/supabase-py/tree/main/src/auth"
2727
repository = "https://github.com/supabase/supabase-py"
2828
documentation = "https://github.com/supabase/supabase-py/tree/main/src/auth"
29+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
2930

3031
# [project.scripts]
3132
# gh-download = "scripts.gh-download:main"

src/functions/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
[project.urls]
2222
repository = "https://github.com/supabase/supabase-py"
2323
homepage = "https://github.com/supabase/supabase/tree/main/src/functions"
24+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
2425

2526
[dependency-groups]
2627
tests = [

src/postgrest/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
homepage = "https://github.com/supabase/supabase/tree/main/src/postgrest"
3232
repository = "https://github.com/supabase/supabase-py"
3333
documentation = "https://postgrest-py.rtfd.io"
34+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
3435

3536
[dependency-groups]
3637
test = [

src/realtime/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
homepage = "https://github.com/supabase/supabase/tree/main/src/realime"
2424
repository = "https://github.com/supabase/supabase-py"
2525
documentation = "https://github.com/supabase/supabase/tree/main/src/realime"
26+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
2627

2728
[dependency-groups]
2829
tests = [

src/storage/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
documentation = "https://supabase.github.io/storage-py"
3232
homepage = "https://supabase.github.io/storage-py"
3333
repository = "https://github.com/supabase/supabase-py"
34+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
3435

3536
[dependency-groups]
3637
lints = [

src/supabase/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
homepage = "https://github.com/supabase/supabase-py"
3535
repository = "https://github.com/supabase/supabase-py"
3636
documentation = "https://github.com/supabase/supabase-py/src/supabase"
37+
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
3738

3839
[dependency-groups]
3940
dev = [

0 commit comments

Comments
 (0)