File tree Expand file tree Collapse file tree
packages/starlight-nextjs-theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 uses : changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
7070 with :
7171 commit : " ci: release"
72- title : " ci: release"
72+ title : " ci: release [skip netlify] "
7373 env :
7474 GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
7575 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105105 needs.changesets.outputs.hasChangesets == 'false' &&
106106 (
107107 contains(github.event.head_commit.message, 'deploy') ||
108- contains(github.event.head_commit.message, 'ci: release')
108+ contains(github.event.head_commit.message, 'release')
109109 )
110110 ) ||
111111 github.event_name == 'workflow_dispatch'
Original file line number Diff line number Diff line change 11{
22 "name" : " starlight-nextjs-theme" ,
33 "version" : " 0.1.2" ,
4- "license" : " MIT" ,
54 "description" : " Starlight theme inspired by the NextJS docs." ,
6- "author" : " trueberryless-org" ,
5+ "keywords" : [
6+ " starlight" ,
7+ " theme" ,
8+ " nextjs" ,
9+ " docs" ,
10+ " black" ,
11+ " dark"
12+ ],
13+ "homepage" : " https://github.com/trueberryless-org/starlight-nextjs-theme" ,
14+ "bugs" : {
15+ "url" : " https://github.com/trueberryless-org/starlight-nextjs-theme/issues"
16+ },
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " https://github.com/trueberryless-org/starlight-nextjs-theme.git" ,
20+ "directory" : " packages/starlight-nextjs-theme"
21+ },
22+ "license" : " MIT" ,
23+ "author" :
" trueberryless <[email protected] > (https://trueberryless.org)" ,
724 "type" : " module" ,
825 "exports" : {
926 "." : " ./index.ts" ,
1734 "peerDependencies" : {
1835 "@astrojs/starlight" : " >=0.30"
1936 },
20- "keywords" : [
21- " starlight" ,
22- " theme" ,
23- " nextjs" ,
24- " docs" ,
25- " black" ,
26- " dark"
27- ],
2837 "engines" : {
2938 "node" : " ^18.17.1 || ^20.3.0 || >=21.0.0"
3039 },
3140 "publishConfig" : {
3241 "access" : " public"
33- },
34- "homepage" : " https://github.com/trueberryless-org/starlight-nextjs-theme" ,
35- "repository" : {
36- "type" : " git" ,
37- "url" : " https://github.com/trueberryless-org/starlight-nextjs-theme.git" ,
38- "directory" : " packages/starlight-nextjs-theme"
39- },
40- "bugs" : " https://github.com/trueberryless-org/starlight-nextjs-theme/issues"
42+ }
4143}
You can’t perform that action at this time.
0 commit comments