ci: use plain version tags so Read the Docs can version releases (DM-3216) - #2764
Merged
Conversation
dumitru-nicolae-marasoiu
approved these changes
Aug 12, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2764 +/- ##
==========================================
- Coverage 93.83% 93.77% -0.06%
==========================================
Files 513 513
Lines 52620 52620
==========================================
- Hits 49377 49346 -31
- Misses 3243 3274 +31 🚀 New features to boost your workflow:
|
yangru96
enabled auto-merge
August 12, 2026 13:01
Contributor
|
🦄 |
andersfylling
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Set
"include-component-in-tag": falseso release tags becomev8.13.0instead ofcognite-sdk-python-v8.13.0.Read the Docs cannot parse the current tag format as a version, so no release can be activated as a docs version. The project only has
latest(built frommaster), meaning users always read docs for unreleased code. With plain tags we can activate release versions on RTD and makestablethe default.Notes:
v8.12.0has been pushed manually at the commitd7806bdas the lookup anchor. Without it Release Please would fall back to the leftoverv7.89.0and generate a release PR with ~730 commits. The next release PR should contain only the six entries from chore(master): release cognite-sdk-python 8.13.0 #2746.Follow-ups: activate versions and set default to
stableon RTD (needs admin access), then update the README badge/links that are hardcoded to/en/latest/.Checklist:
If a new method has been added it should be referenced in cognite.rst in order to generate docs based on its docstring.