Tag git versions
See original GitHub issueIn 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:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@captbaritone clone the repo to local and:
Remember to tag new versions as well! 😜
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.