Skip to content

Commit a241745

Browse files
ci: update GitHub template files
1 parent ee678b9 commit a241745

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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'
+20-18
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
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",
@@ -17,25 +34,10 @@
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
}

0 commit comments

Comments
 (0)