Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Mar 10, 2023
1 parent 2fb72b8 commit 47730a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"git": {
"commitMessage": "chore: release v${version}",
"requireCommits": true
"requireCommits": true,
"requireCleanWorkingDir": false
},
"github": {
"release": true,
"releaseName": "v${version}",
"autoGenerate": true
},
"hooks": {
"before:bump": "if ! pnpm run should-semantic-release --verbose ; then exit 1 ; fi"
"before:bump": "exit 0;"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hotkeys-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typescript SDK for HotKeys",
"repository": {
"type": "git",
Expand Down

0 comments on commit 47730a5

Please sign in to comment.