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

Use RTD stable release, remove auto GH pre-release #254

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Use RTD stable release, remove auto GH pre-release #254

merged 2 commits into from
Dec 20, 2024

Conversation

rly
Copy link
Contributor

@rly rly commented Dec 20, 2024

Motivation

  • Fix [Bug]: RTD page was pointing to version from Oct 2023 #253.
  • I updated the default RTD to point to "stable" instead of "latest", and I removed the "latest" version. I added an automation rule in RTD to activate the version associated with each tag. I activated versions for the last two tags. Now the possible versions are: "stable", "dev", 0.10.0, and 0.9.0.
  • Also removed workflow that automatically generated GitHub pre-releases on each commit to dev to simplify maintenance.
  • Also adopted changelog format conventions: https://keepachangelog.com/en/1.0.0/

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Does the PR clearly describe the problem and the solution?
  • Have you reviewed our Contributing Guide?
  • Does the PR use "Fix #XXX" notation to tell GitHub to close the relevant issue numbered XXX when the PR is merged?

@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.60%. Comparing base (40d2ab7) to head (a366765).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #254   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files           5        5           
  Lines        1209     1209           
  Branches      230      230           
=======================================
  Hits         1047     1047           
  Misses        103      103           
  Partials       59       59           

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

@rly rly marked this pull request as ready for review December 20, 2024 14:28
@rly rly enabled auto-merge (squash) December 20, 2024 15:32
@rly rly requested a review from oruebel December 20, 2024 15:32
@rly rly merged commit 9614553 into dev Dec 20, 2024
25 checks passed
@rly rly deleted the docs branch December 20, 2024 16:29
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.

[Bug]: RTD page was pointing to version from Oct 2023
3 participants