diff --git a/.release-it.json b/.release-it.json new file mode 100644 index 0000000..17d5ce0 --- /dev/null +++ b/.release-it.json @@ -0,0 +1,17 @@ +{ + "git": { + "commitMessage": "chore: release ${version}", + "tagName": "${version}" + }, + "npm": { + "publish": true + }, + "github": { + "release": true + }, + "plugins": { + "@release-it/conventional-changelog": { + "preset": "angular" + } + } +} \ No newline at end of file diff --git a/package.json b/package.json index 96453f9..d00eea6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -54,7 +54,6 @@ "type": "git", "url": "git+https://github.com/evva-sfw/abrevva-react-native.git" }, - "author": "HOCHSTÖGER Matthias / EVVA Wien ", "license": "SEE LICENSE IN ", "bugs": { "url": "https://github.com/evva-sfw/abrevva-react-native/issues" @@ -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": [