Skip to content

Commit

Permalink
chore: release it setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed Sep 21, 2023
1 parent 910eefe commit 5dbc230
Show file tree
Hide file tree
Showing 3 changed files with 1,850 additions and 46 deletions.
17 changes: 17 additions & 0 deletions packages/core/.release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"github": {
"release": true
},
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md",
"ignoreRecommendedBump": true
}
}
}

30 changes: 24 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
{
"name": "@vue3-noti/core",

"version": "1.0.0",
"description": "",
"private": false,
"description": "Vue3 Toast with Composition API",
"source": "./src/index.ts",
"author": "",
"license": "ISC",
"keywords": [],
"author": "Rock070",
"license": "MIT",
"homepage": "https://vue3-noti.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/Rock070/vue3-noti.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/Rock070/vue3-noti/issues",
"email": "[email protected]"
},
"keywords": [
"vue",
"toast",
"notification",
"noti"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -26,17 +43,18 @@
"scripts": {
"clean": "rimraf dist",
"dev": "vite build -w",
"release": "pnpm build && release-it",
"typecheck": "vue-tsc --noEmit",
"build": "vite build"
},
"peerDependencies": {
"@vueuse/core": ">=10.3.0",
"vue": ">=3.3.4"
},
"dependencies": {
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"release-it": "^16.1.5",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.3"
}
Expand Down
Loading

0 comments on commit 5dbc230

Please sign in to comment.