Skip to content

Commit

Permalink
fix: release-it json (#14)
Browse files Browse the repository at this point in the history
* fix: release-it json

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* chore: bump version

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

---------

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit authored Dec 1, 2023
1 parent ab3e05b commit c6e98b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"github": {
"release": true,
"autoGenerate": true
}
},
"requireCleanWorkingDir": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayanworks/polygon-did-registry-contract",
"version": "2.0.1-alpha.1",
"version": "2.0.1-alpha.2",
"description": "Smart Contract to register DID on Polygon",
"main": "build/index.js",
"directories": {
Expand All @@ -17,7 +17,7 @@
"check-format": "pnpm prettier --list-different",
"check-types": "pnpm build --noEmit",
"format": "pnpm prettier --write",
"release": "git status && release-it"
"release": "release-it"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit c6e98b5

Please sign in to comment.