Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding in change-version and deploy scripts #931

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

Pauan
Copy link
Collaborator

@Pauan Pauan commented Sep 25, 2024

Currently, when releasing a new version, we have to manually update the version of multiple packages, and then update all of the templates, and manually do an npm publish.

This is a lot of work, and it's easy to make a mistake.

So this PR adds in a new yarn change-version and yarn deploy commands, which automates the entire process.

Now it's possible to release a new version by doing this:

yarn change-version 0.7.0
yarn deploy

Copy link
Collaborator

@onetrickwolf onetrickwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very slick, thanks!

Copy link
Collaborator

@jaketarnow jaketarnow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!!

@jaketarnow jaketarnow merged commit b27990f into ProvableHQ:testnet3 Sep 25, 2024
11 of 12 checks passed
@Pauan Pauan deleted the feat/scripts branch September 25, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants