OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
800 stars 322 forks source link

Add CI version bump #862

Closed martriay closed 5 months ago

martriay commented 6 months ago

Fixes #706.

This PR creates a Github workflow triggered each time a release-vX.Y.Z branch is created. It updates all appearances of the version number (as indicated in Scarb.toml) with "X.Y.Z" in the newly created branch, except for the ones in CHANGELOG.md, RELEASING.md and docs/package-lock.json.

Further work may include automatically updating the CHANGELOG (step 3 in RELEASING.md).

PR Checklist