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.

Update tags on master repository

See original GitHub issue

Reoccurring issue: tags on master are not up-to-date

Last tag on master is set to v7.2.0-preview.1 that causes the local builds of up-to-date PowerShell repository to show wrong build number:

image

image

Steps to reproduce

git fetch --all --tags
git describe

Expected behavior

v7.2.0-preview.2

Actual behavior

v7.2.0-preview.1-144-g3f95fc491

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
iSazonovcommented, Dec 16, 2020

@kborowinski Current workflow is - MSFT team creates a release branch internally, prepares new release, after the release they merge the release branch to master one. If after the merge you see any issues (tags, docs, links and so on) please report.

1reaction
rjmholtcommented, Dec 16, 2020

So I think git fetch --tags would solve the problem, but I’ve now merged the PR above so git fetch might also solve it now. I’m slightly concerned though since I omitted a bugfix commit that the release used (rather than add a reversion commit) and that might be an issue for this

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to update local tags to match remote?
I fixed it for my repo by deleting the local tag and then doing a git fetch. This brought the updated tag. Is...
Read more >
Git Tag Operations - Git Delete Tag & Git Update Tag
How to Delete tags & Update tags in Git? Different operations on Git Tags including Git Delete Tag and Git Update Tag with...
Read more >
What are Github tags and how to create ...
Here, you can publish the release by editing the description and the name of the tag. It has an explanation in Releases in...
Read more >
What is the process for updating a Git tag?
To update a Git tag, you can use the git tag command with the -f or --force option. This option allows you to...
Read more >
Git - Tagging
Listing Your Tags ... This command lists the tags in alphabetical order; the order in which they are displayed has no real importance....
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