Skip to content

Commit

Permalink
added release-it
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 24, 2023
1 parent a37c32a commit ec14dbc
Show file tree
Hide file tree
Showing 3 changed files with 2,579 additions and 129 deletions.
5 changes: 5 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"prettier": "prettier --ignore-path .gitignore .",
"check-format": "pnpm prettier --list-different",
"check-types": "pnpm build --noEmit",
"format": "pnpm prettier --write"
"format": "pnpm prettier --write",
"release": "release-it"
},
"devDependencies": {
"@aries-framework/askar": "^0.4.2",
Expand All @@ -23,6 +24,7 @@
"@hyperledger/aries-askar-nodejs": "^0.1.0",
"@types/node": "^20.10.0",
"prettier": "^3.1.0",
"release-it": "^17.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
}
Expand Down
Loading

0 comments on commit ec14dbc

Please sign in to comment.