toumorokoshi / tome

convert any directory of scripts into your own fully-featured command.
MIT License
38 stars 2 forks source link

Create helper to bump cargo version and brew recipe at same time #10

Open zph opened 3 years ago

zph commented 3 years ago

Yes. Which will require keeping version synchronized in two place.

I could break out a task to make a version_bump helper script that updates the version in both places 🤔 to make sure it reliably happens?

_Originally posted by @zph in https://github.com/toumorokoshi/tome/pull/4#discussion_r598156161_

zph commented 8 months ago

Fixed if we incorporate the CI setup I setup here: https://github.com/zph/tome/blob/master/.github/workflows/main.yml.

That CI workflow updates the brew recipe for each release.

toumorokoshi commented 7 months ago

would love the contribution! sorry for the belated reply.