Skip to content

Commit

Permalink
chore: split release-it config into extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Aug 8, 2024
1 parent 7acd842 commit ec84a22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@evva-sfw/abrevva-react-native",
"version": "0.1.0",
"description": "evva",
"description": "The EVVA React-Native Module is a collection of tools to work with electronical EVVA access components. It allows for scanning and connecting via BLE.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down Expand Up @@ -54,7 +54,6 @@
"type": "git",
"url": "git+https://github.com/evva-sfw/abrevva-react-native.git"
},
"author": "HOCHSTÖGER Matthias / EVVA Wien <[email protected]>",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/evva-sfw/abrevva-react-native/issues"
Expand Down Expand Up @@ -109,23 +108,6 @@
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down

0 comments on commit ec84a22

Please sign in to comment.