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

build: automate release step fully #5414

Merged
merged 4 commits into from Jul 6, 2022
Merged

build: automate release step fully #5414

merged 4 commits into from Jul 6, 2022

Conversation

ad1992
Copy link
Member

@ad1992 ad1992 commented Jul 5, 2022

Till now changelog and readme was getting updated with help of release script but still we had to build and publish from local by running the commands.
Now onwards to release the next stable version below are the steps

  • node scripts/prerelease.js versionNumber
  • node scripts/release.js

We can automate both of these as well into one but I would like to keep it separate for now and monitor. If it works out well we can automate the same via one script and it can be done via gh action as well.

@vercel
Copy link

vercel bot commented Jul 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
excalidraw ✅ Ready (Inspect) Visit Preview Jul 5, 2022 at 4:32PM (UTC)
excalidraw-package-example ✅ Ready (Inspect) Visit Preview Jul 5, 2022 at 4:32PM (UTC)

@ad1992 ad1992 requested a review from dwelle July 5, 2022 11:25
@dwelle
Copy link
Member

dwelle commented Jul 5, 2022

Can we also add these as npm scripts and write the steps into readme/contributing.md or elsewhere?

Later, we may also prompt for versions similar to what yarn publish does: shows you current version and asks for the new one, so you don't have to look it up in package.json

@ad1992
Copy link
Member Author

ad1992 commented Jul 5, 2022

Can we also add these as npm scripts and write the steps into readme/contributing.md or elsewhere?

Sure will do that

@ad1992
Copy link
Member Author

ad1992 commented Jul 5, 2022

Can we also add these as npm scripts and write the steps into readme/contributing.md or elsewhere?

Sure will do that

Done

@ad1992 ad1992 merged commit 11a3380 into master Jul 6, 2022
@ad1992 ad1992 deleted the aakansha-script branch July 6, 2022 09:50
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.

None yet

2 participants