Skip to content

Add some sanity checks for potential release commits/tags #7968

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Apr 15, 2025

  • Must have no leftover .unreleased files

  • The commit title must start with "Release <version>"

  • The tag must point to the actual release commit and not something else.

  • The release commit must modify version.config

Tested manually here #7969

Disable-check: force-changelog-file

* Must have no leftover .unreleased files

* The commit title must start with "Release <version>"

* The tag must point to the actual release commit and not something
  else.
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.16%. Comparing base (59f50f2) to head (480bba4).
Report is 1009 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7968      +/-   ##
==========================================
+ Coverage   80.06%   82.16%   +2.10%     
==========================================
  Files         190      250      +60     
  Lines       37181    46264    +9083     
  Branches     9450    11612    +2162     
==========================================
+ Hits        29770    38015    +8245     
- Misses       2997     3652     +655     
- Partials     4414     4597     +183     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akuzm akuzm mentioned this pull request Apr 15, 2025
7 tasks
@akuzm akuzm enabled auto-merge (squash) April 15, 2025 17:19
@akuzm akuzm merged commit 541856d into timescale:main Apr 15, 2025
46 of 50 checks passed
@akuzm akuzm deleted the prerelease-sanity branch April 15, 2025 20:00
kpan2034 pushed a commit to kpan2034/timescaledb that referenced this pull request Apr 28, 2025
…7968)

* Must have no leftover .unreleased files

* The commit title must start with "Release \<version\>"

* The tag must point to the actual release commit and not something
else.

* The release commit must modify version.config
@akuzm akuzm added the released-2.20.0 Released in 2.20.0 label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released-2.20.0 Released in 2.20.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants