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

Generalise script to create the Changelog PR on main #7535

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pallavisontakke
Copy link
Contributor

@pallavisontakke pallavisontakke commented Dec 13, 2024

When the minor-version branch, e.g. 2.18.x is not yet available.

This way, we can run these steps for a new minor version release:

  • create the Changelog+post-release PR on main,
  • create the new minor-version-branch , e.g. 2.18.x
  • create the Release PR on minor-version-branch
    , with PRs being created by the same script.

Remove a couple of commented lines from the script.

Related to issue https://github.com/timescale/eng-database/issues/624

Disable-check: force-changelog-file
Disable-check: commit-count

@github-actions github-actions bot requested review from akuzm and svenklemm December 13, 2024 11:51
Copy link

@akuzm, @svenklemm: please review this pull request.

Powered by pull-review

@pallavisontakke pallavisontakke self-assigned this Dec 13, 2024
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.18%. Comparing base (59f50f2) to head (3c26461).
Report is 652 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7535      +/-   ##
==========================================
+ Coverage   80.06%   82.18%   +2.11%     
==========================================
  Files         190      230      +40     
  Lines       37181    43207    +6026     
  Branches     9450    10861    +1411     
==========================================
+ Hits        29770    35509    +5739     
- Misses       2997     3379     +382     
+ Partials     4414     4319      -95     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pallavisontakke pallavisontakke marked this pull request as draft December 13, 2024 12:49
When the versioned branch, e.g. `2.18.x` is not yet available.
This helps to create the Changelog+post-release PR on `main`.

Remove a couple of commented lines from the script.

Related to issue timescale/eng-database#624
on `main` , as compared to the Release PR on the version-branch , e.g. `2.18.x`.
@pallavisontakke pallavisontakke force-pushed the generalise-script-for-main-624 branch from 3ec7e94 to 54026dc Compare December 16, 2024 08:05
SC2126 (style): Consider using grep -c instead of grep|wc -l.
SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.
@pallavisontakke pallavisontakke marked this pull request as ready for review December 16, 2024 08:58
@pallavisontakke pallavisontakke changed the title Generalise the script to create the PR on main Generalise script to create the Chanlegog PR on main Dec 16, 2024
@pallavisontakke pallavisontakke changed the title Generalise script to create the Chanlegog PR on main Generalise script to create the Changelog PR on main Dec 16, 2024
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.

1 participant