Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: script for bumping
moc
(#278)
## usage: `bash script/bump-moc.sh 0.13.6` This is very basic for now, we can get fancier as we use it, e.g. - at start: `git switch main && git pull` - `git switch -c bump/moc-$MOC_VERSION` - git commit -m 'chore: bump `moc` to v'$MOC_VERSION - push it: `git push -u origin bump/moc-$MOC_VERSION` - make the PR: `open https://github.com/dfinity/motoko-playground/pull/new/bump/moc-$MOC_VERSION`
- Loading branch information