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

feat: implement release-please workflow #12967

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Conversation

d1onys1us
Copy link
Contributor

@d1onys1us d1onys1us commented Jan 18, 2023

summary of changes

This PR will implement release-please. git-cliff was not good enough for publishing release-notes, and changesets added unnecessary complexity imo by requiring devs to add a changeset -- this solution will work with our conventional commits standard. I tested it out on my taiko-mono fork, and it works awesome.

I am giving every package, including the root, a package.json to declare the version. As we make conventional commits throughout our work iteration, the github-action will update a release PR.

We can merge this release PR at a cadence, and it will bump / release packages for those that have changes in the git diff that matches that sub-package path. It will push some tags: <packageName>-vx.y.z for each each sub-package release as well.

@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Merging #12967 (bdf6ea8) into main (1eb3c6f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main   #12967   +/-   ##
=======================================
  Coverage   66.39%   66.39%           
=======================================
  Files         113      113           
  Lines        3050     3050           
  Branches      357      357           
=======================================
  Hits         2025     2025           
  Misses        949      949           
  Partials       76       76           
Flag Coverage Δ *Carryforward flag
bridge-ui 92.61% <ø> (ø) Carriedforward from 262a16b
protocol 59.23% <ø> (ø) Carriedforward from 262a16b
relayer 69.10% <ø> (ø)
ui 100.00% <ø> (ø) Carriedforward from 262a16b

*This pull request uses carry forward flags. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

davidtaikocha
davidtaikocha previously approved these changes Jan 18, 2023
@d1onys1us d1onys1us merged commit b0c8b60 into main Jan 18, 2023
@d1onys1us d1onys1us deleted the feat-implement-release-pl0x branch January 18, 2023 11:56
@github-actions github-actions bot mentioned this pull request Jan 18, 2023
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