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.

In order to check all the changes performed in this git repo (changelog), it would be great to push git tags to this repo. @captbaritone if you want, I can tag them in my fork and you can push them to yours, if that’s ok for you 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
duhowcommented, Jan 5, 2021

@captbaritone clone the repo to local and:

git remote add duhow https://github.com/duhow/webamp
git fetch duhow
git push --tags origin

Remember to tag new versions as well! 😜

0reactions
duhowcommented, Jan 24, 2021

I’d just go by tagging the webamp project, the package dependencies may be just updated when a new release of the webamp is also updated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git - Tagging - Git SCM
Git supports two types of tags: lightweight and annotated. A lightweight tag is very much like a branch that doesn't change — it's...
Read more >
A Tutorial for Tagging Releases in Git - DEV Community ‍ ‍
Tags are a simple aspect of Git, they allow you to identify specific release versions of your code. You can think of a...
Read more >
Managing Releases with Semantic Versioning and Git Tags
Michael Miles from MIT Sloan shares how to manage software releases with semantic versioning and Git tags. Learn about build numbers and how...
Read more >
git tag | Atlassian Git Tutorial
Tagging is generally used to capture a point in history that is used for a marked version release (i.e. v1.0.1). A tag is...
Read more >
13. Tagging versions - Git How To
You can see the available tags using the git tag command. Run: git tag. Result: $ git tag v1 v1-beta. 05 Viewing tags...
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