chore(deps): migrate from standard-version to release-it

This commit is contained in:
Benjamin Canac
2023-06-21 17:17:10 +02:00
parent f7e2082983
commit 87e98f038a
3 changed files with 1364 additions and 82 deletions

22
.release-it.json Normal file
View File

@@ -0,0 +1,22 @@
{
"git": {
"commitMessage": "chore(release): ${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"web": true
},
"hooks": {
"before:init": ["pnpm lint"]
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md",
"ignoreRecommendedBump": true
}
}
}

View File

@@ -25,7 +25,7 @@
"lint": "eslint .",
"typecheck": "nuxi typecheck",
"prepare": "nuxi prepare docs",
"release": "pnpm lint && standard-version && git push --follow-tags"
"release": "release-it"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.1.0",
@@ -55,6 +55,7 @@
"@nuxt/module-builder": "^0.4.0",
"@nuxthq/studio": "^0.13.2",
"@nuxtjs/plausible": "^0.2.1",
"@release-it/conventional-changelog": "^5.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.1",
"@vueuse/nuxt": "^10.1.2",
@@ -62,7 +63,7 @@
"nuxt": "^3.5.3",
"nuxt-component-meta": "^0.5.3",
"nuxt-lodash": "^2.4.1",
"standard-version": "^9.5.0",
"release-it": "^15.11.0",
"unbuild": "^1.2.1",
"vue-tsc": "1.6.3"
}

1419
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff