Skip to content

Commit 21589e7

Browse files
committed
fix: rename starlight-contributor-list to astro-contributors
1 parent d635bb4 commit 21589e7

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

.changeset/clean-doodles-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"template-files": patch
3+
---
4+
5+
Rename starlight-contributor-list to astro-contributors

repos.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -783,21 +783,21 @@
783783
]
784784
},
785785
{
786-
"name": "trueberryless-org/starlight-contributor-list",
786+
"name": "trueberryless-org/astro-contributors",
787787
"files": [
788788
{
789789
"path": "template-files/.changeset/config.json",
790790
"targetPath": ".changeset/config.json",
791791
"props": {
792-
"repositoryName": "starlight-contributor-list",
793-
"ignore": "[\"starlight-contributor-list-docs\"]"
792+
"repositoryName": "astro-contributors",
793+
"ignore": "[\"astro-contributors-docs\"]"
794794
}
795795
},
796796
{
797797
"path": "template-files/.changeset/README.md",
798798
"targetPath": ".changeset/README.md",
799799
"props": {
800-
"repositoryName": "starlight-contributor-list"
800+
"repositoryName": "astro-contributors"
801801
}
802802
},
803803
{
@@ -834,8 +834,8 @@
834834
"targetPath": ".github/workflows/publish.yaml",
835835
"props": {
836836
"branchName": "main",
837-
"repositoryName": "starlight-contributor-list",
838-
"packageName": "starlight-contributor-list"
837+
"repositoryName": "astro-contributors",
838+
"packageName": "astro-contributors"
839839
}
840840
},
841841
{
@@ -891,25 +891,25 @@
891891
"targetPath": "package.json",
892892
"special": "package.json",
893893
"props": {
894-
"packageName": "starlight-contributor-list-monorepo",
895-
"repositoryName": "starlight-contributor-list"
894+
"packageName": "astro-contributors-monorepo",
895+
"repositoryName": "astro-contributors"
896896
}
897897
},
898898
{
899899
"path": "template-files/package.json/definition.package.json",
900-
"targetPath": "packages/starlight-contributor-list/package.json",
900+
"targetPath": "packages/astro-contributors/package.json",
901901
"special": "package.json",
902902
"props": {
903-
"packageName": "starlight-contributor-list",
904-
"repositoryName": "starlight-contributor-list"
903+
"packageName": "astro-contributors",
904+
"repositoryName": "astro-contributors"
905905
}
906906
},
907907
{
908908
"path": "template-files/README.md",
909-
"targetPath": "packages/starlight-contributor-list/README.md",
909+
"targetPath": "packages/astro-contributors/README.md",
910910
"special": "README.md",
911911
"props": {
912-
"repo": "starlight-contributor-list"
912+
"repo": "astro-contributors"
913913
}
914914
},
915915
{

0 commit comments

Comments
 (0)