Deprecate openzeppelin-solidity on every release

This commit is contained in:
Francisco Giordano
2021-07-16 11:20:53 -03:00
parent 8467143f2a
commit 466cf05912

View File

@ -143,6 +143,8 @@ elif [[ "$*" == "final" ]]; then
push_and_publish latest
npm deprecate 'openzeppelin-solidity@>=4.0.0' "This package is now published as @openzeppelin/contracts. Please change your dependency."
log "Remember to merge the release branch into master and push upstream"
else