chore: add commit-and-tag-version package

This commit is contained in:
r4bbit 2024-02-26 14:51:53 +01:00
parent b2b25ff6e3
commit 652787cfe7
2 changed files with 1445 additions and 2 deletions

View File

@ -8,7 +8,8 @@
},
"devDependencies": {
"prettier": "^3.0.0",
"solhint-community": "^3.6.0"
"solhint-community": "^3.6.0",
"commit-and-tag-version": "^12.2.0"
},
"keywords": [
"blockchain",
@ -28,7 +29,8 @@
"prettier:check": "prettier --check **/*.{json,md,yml} --ignore-path=.prettierignore",
"prettier:write": "prettier --write **/*.{json,md,yml} --ignore-path=.prettierignore",
"verify:community_erc721": "./certora/scripts/verify-community-erc721.sh",
"verify:community_token_deployer": "./certora/scripts/verify-community-token-deployer.sh"
"verify:community_token_deployer": "./certora/scripts/verify-community-token-deployer.sh",
"release": "commit-and-tag-version"
}
}

File diff suppressed because it is too large Load Diff