File tree Expand file tree Collapse file tree 4 files changed +517
-795
lines changed
Expand file tree Collapse file tree 4 files changed +517
-795
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import type { Config } from 'release-it' ;
2+
3+ export default {
4+ npm : {
5+ // https://github.com/release-it/release-it/blob/main/docs/npm.md#yarn
6+ publishArgs : [ '--registry=https://registry.npmjs.org' ] ,
7+ } ,
8+ git : {
9+ commitMessage : 'chore(release): ${version}' ,
10+ } ,
11+ github : {
12+ release : true ,
13+ draft : true ,
14+ } ,
15+ plugins : {
16+ '@release-it/conventional-changelog' : {
17+ preset : 'angular' ,
18+ } ,
19+ '@release-it-plugins/workspaces' : {
20+ publish : false ,
21+ } ,
22+ } ,
23+ } satisfies Config ;
Original file line number Diff line number Diff line change 4848 "@commitlint/cli" : " ^19.8.1" ,
4949 "@commitlint/config-conventional" : " ^19.8.1" ,
5050 "@eslint/js" : " ^9.35.0" ,
51- "@release-it-plugins/workspaces" : " ^4.2.1 " ,
51+ "@release-it-plugins/workspaces" : " ^5.0.3 " ,
5252 "@release-it/conventional-changelog" : " ^10.0.1" ,
5353 "@types/node" : " ^20.19.14" ,
5454 "dotenv-cli" : " ^10.0.0" ,
6464 "lint-staged" : " ^15.5.2" ,
6565 "npm-run-all" : " ^4.1.5" ,
6666 "prettier" : " 3.6.2" ,
67- "release-it" : " 17.11.0 " ,
67+ "release-it" : " 19.0.5 " ,
6868 "rimraf" : " ^6.0.1" ,
6969 "turbo" : " ^2.5.6" ,
7070 "typescript" : " ^5.9.2" ,
You can’t perform that action at this time.
0 commit comments