question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Changing a tag to a branch leads to original and `_b` versions

See original GitHub issue

Details

Expected Result

RTD to notice I changed a tag to a branch and then drop the old branch (in this case, stable).

Actual Result

I now have a stable version for the now-deleted tag and a stable_b label for the branch. This breaks bookmarks for folks since I default to this branch (and I deleted the tag because RTD kept failing to build, maybe because of #3513 ?).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
brettcannoncommented, Apr 2, 2018

@stsewd thanks for the info. I can just live with being off the master (good motivation to make releases more frequently 😉 ).

1reaction
brettcannoncommented, Mar 23, 2018

FYI I have temporarily turned off which version gidgethub.rtfd.io points to until/if this can be resolved (just in case people trying to diagnose what happened wonder why the site changed).

Read more comments on GitHub >

github_iconTop Results From Across the Web

How is a tag different from a branch in Git? Which should I use ...
Often you'll use both branching and tagging together. You'll have various tags that may apply both to the main line and its branches...
Read more >
Git - Tagging - Git SCM
A lightweight tag is very much like a branch that doesn't change — it's just a pointer to a specific commit. Annotated tags,...
Read more >
A Tutorial for Tagging Releases in Git - DEV Community ‍ ‍
You can think of a tag as a branch that doesn't change. Once it is created, it loses the ability to change the...
Read more >
13. Tagging versions - Git How To
01 Creating a tag for the first version. Run: git tag v1. Now, the current version of ... Example: git checkout -b new_branch_name...
Read more >
How to Checkout Tags in Git | Learn Version Control with Git
In Git, tags are used to mark specific commits, e.g. release versions. This is also the big difference between tags and branches: while...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found