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.

[BUG] github branch "latest" still points at release 1.1.6

See original GitHub issue

Describe the bug The official upgrade instructions for Ubuntu/Linux do not allow us to upgrade to the latest 1.1.7 release

To Reproduce Executing…

git fetch
git checkout latest
git reset --hard FETCH_HEAD

…will produce HEAD is now at 9e9097b1 Chia Blockchian 1.1.6 (#5644)

Expected behavior HEAD should reference 1.1.7 version.

Screenshots N/A Desktop (please complete the following information):

  • OS: Linux
  • OS Version/Flavor: Debian
  • CPU: Intel something (doesn’t matter)

Additional context N/A

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
djdookiecommented, Jun 7, 2021
1reaction
Fexivencommented, Jun 6, 2021

use git checkout 1.1.7 and skip git reset --hard FETCH_HEAD

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug] Version not generated correct when creating a feature ...
I'm using the latest version of GitVersion 5.10.1. ... [Bug] SemVer of a feature branch started from a release branch gets decremented #3151....
Read more >
Hotfix branch is not increasing Patch #2454 - GitHub
I wanted to saw we are seeing this issue still. It didn't increment Patch in a git flow created hotfix branch. It calculated...
Read more >
[Bug] 5.5.1 Continue failing to get version when building from tag
Describe the bug As fix for bug #2074 was released in v5.5.1, I've checked that maybe I'm running in a different scenario: We...
Read more >
Beta branch ignores published releases on master · Issue #1603
Current behavior I created beta branch from master when the last published release was 1.1.1. Then: Add bug fix to beta – pre-release...
Read more >
EINVALIDNEXTVERSION error when releasing a patch from ...
So I would like to be able to patch release 1.0.1 from the hotfix branch while the version on master is not incremented...
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