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

Auto release via drafting, step one #2453

Merged
merged 3 commits into from May 16, 2023
Merged

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Mar 27, 2023

  1. I'll send a pull request so that we have a release drafter for every dedicated path. So for each package (i.e search):

a. Takes the value of the version (after the @ or whatever) and updates the packages.json.
-> issues a pull request back to master (by default)
-> npm release of what's local
b. In the case of the master or major package
-> add a script that can tell if x.y.z (major, minor, patch) changed. Based on what changed, update the underyling packages.

Part 1 will be ready shortly. Give me feedback about part 2.
Also - this will be two separate pull requests

@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (d65a641) 95.63% compared to head (1ee8272) 95.60%.

❗ Current head 1ee8272 differs from pull request most recent head d26b945. Consider uploading reports for the commit d26b945 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2453      +/-   ##
==========================================
- Coverage   95.63%   95.60%   -0.03%     
==========================================
  Files         455      455              
  Lines        4579     4548      -31     
  Branches      528      520       -8     
==========================================
- Hits         4379     4348      -31     
  Misses        129      129              
  Partials       71       71              

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leibale leibale linked an issue Mar 27, 2023 that may be closed by this pull request
@leibale leibale merged commit 260a417 into redis:master May 16, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CHANGELOG.md is missing all versions after 4.0.2
3 participants