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

Add GitHub workflow files #7585

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

Conversation

pallavisontakke
Copy link
Contributor

@pallavisontakke pallavisontakke commented Jan 10, 2025

to create minor release.
Change to no more use a fork, but a branch directly. Prefix release branch , as it'll be a normal branch on timescaledb now.

Generalise script to create the Changelog PR on main, 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.

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

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.29%. Comparing base (59f50f2) to head (2fa618b).
Report is 689 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7585      +/-   ##
==========================================
+ Coverage   80.06%   82.29%   +2.22%     
==========================================
  Files         190      238      +48     
  Lines       37181    43701    +6520     
  Branches     9450    10966    +1516     
==========================================
+ Hits        29770    35964    +6194     
- Misses       2997     3399     +402     
+ Partials     4414     4338      -76     

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

To create minor release PR commit.
Change to no more use a fork, but a branch directly.
Prefix release branch , as it'll be a normal branch on timescaledb now.
@pallavisontakke pallavisontakke force-pushed the minor_release_github_action_645 branch from 483aa0b to aaa5706 Compare January 13, 2025 05:05
To create minor release branch.
Adjust script to work without fork, directly.
@pallavisontakke pallavisontakke changed the title Add a GitHub workflow file Add GitHub workflow files Jan 13, 2025
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