Skip to content

Commit

Permalink
chore: release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Oct 23, 2023
1 parent ce212b2 commit ebb53cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -23,19 +23,22 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"async": "^3.0.0",
"coveralls": "^3.0.2",
"coveralls": "^3.1.0",
"eslint": "^8.0.0",
"istanbul": "^0.4.1",
"jest": "^27.0.0",
"nconf-yaml": "^1.0.2"
"nconf-yaml": "^1.0.2",
"release-it": "^16.2.1",
},
"main": "./lib/nconf",
"scripts": {
"test": "jest --verbose",
"cover": "jest --coverage",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint ."
"lint": "eslint .",
"release": "release-it"
},
"files": [
"lib"
Expand Down

0 comments on commit ebb53cd

Please sign in to comment.