Skip to content

Commit de89d90

Browse files
authored
chore: use release-it-config (#34)
1 parent 03f9e97 commit de89d90

File tree

6 files changed

+617
-759
lines changed

6 files changed

+617
-759
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*'
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
10+
cancel-in-progress: true
11+
812
permissions:
913
contents: write
1014

.release-it.cjs

Lines changed: 0 additions & 22 deletions
This file was deleted.

.release-it.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/release-it/release-it/refs/heads/main/schema/release-it.json",
3+
"extends": "@aa900031/release-it-config"
4+
}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.20.8
1+
nodejs 20.19.0

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"devDependencies": {
9797
"@aa900031/eslint-config": "^3.1.0",
98-
"@release-it/conventional-changelog": "^9.0.4",
98+
"@aa900031/release-it-config": "^0.1.0",
9999
"@tanstack/query-core": "^5.72.1",
100100
"@tanstack/query-core-v4": "npm:@tanstack/query-core@^4.36.1",
101101
"@tanstack/react-query": "^5.72.1",
@@ -111,13 +111,12 @@
111111
"@vitest/coverage-istanbul": "^3.1.1",
112112
"@vitest/ui": "^3.1.1",
113113
"@vue/composition-api": "^1.7.2",
114-
"conventional-changelog-unjs": "^1.0.0",
115114
"eslint": "^9.24.0",
116115
"happy-dom": "^17.4.4",
117116
"npm-run-all2": "^7.0.2",
118117
"react": "^18.3.1",
119118
"react-dom": "^18.3.1",
120-
"release-it": "^17.11.0",
119+
"release-it": "https://pkg.pr.new/release-it@1ef2e54",
121120
"typescript": "^5.8.3",
122121
"unbuild": "^3.5.0",
123122
"vitest": "^3.1.1",

0 commit comments

Comments
 (0)