General cleanup and optimisation feature/76-cleanup #86

Merged
niggl merged 18 commits from feature/76-cleanup into dev 2021-01-10 17:11:34 +00:00
Showing only changes of commit 02ae883fa4 - Show all commits

View File

@ -82,10 +82,8 @@
},
"release-it": {
"git": {
"commit": true,
"requireCleanWorkingDir": false,
"requireBranch": "main",
"commitMessage": "🚀RELEASE ${version}",
"push": false,
"tag": true,
"tagName": "v${version}",
@ -93,9 +91,6 @@
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
}
},
"nodemonConfig": {