File tree 2 files changed +22
-20
lines changed
packages/starlight-nextjs-theme
2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 69
69
uses : changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
70
70
with :
71
71
commit : " ci: release"
72
- title : " ci: release"
72
+ title : " ci: release [skip netlify] "
73
73
env :
74
74
GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
75
75
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105
105
needs.changesets.outputs.hasChangesets == 'false' &&
106
106
(
107
107
contains(github.event.head_commit.message, 'deploy') ||
108
- contains(github.event.head_commit.message, 'ci: release')
108
+ contains(github.event.head_commit.message, 'release')
109
109
)
110
110
) ||
111
111
github.event_name == 'workflow_dispatch'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " starlight-nextjs-theme" ,
3
3
"version" : " 0.1.2" ,
4
- "license" : " MIT" ,
5
4
"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)" ,
7
24
"type" : " module" ,
8
25
"exports" : {
9
26
"." : " ./index.ts" ,
17
34
"peerDependencies" : {
18
35
"@astrojs/starlight" : " >=0.30"
19
36
},
20
- "keywords" : [
21
- " starlight" ,
22
- " theme" ,
23
- " nextjs" ,
24
- " docs" ,
25
- " black" ,
26
- " dark"
27
- ],
28
37
"engines" : {
29
38
"node" : " ^18.17.1 || ^20.3.0 || >=21.0.0"
30
39
},
31
40
"publishConfig" : {
32
41
"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
+ }
41
43
}
You can’t perform that action at this time.
0 commit comments