How to list all existed tags (versions) in newly published component?
See original GitHub issueWe just published vaadin-grid
component: https://www.webcomponents.org/element/vaadin/vaadin-grid
- The current behavior: only latest stable listed in the version selector:
- The expected behavior: all tags are listed in that selector.
How can we achieve all tags listed there?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to list all Git tags? - Stack Overflow
Listing the available tags in Git is straightforward. Just type git tag (with optional -l ...
Read more >Git - Tagging - Git SCM
Listing the existing tags in Git is straightforward. Just type git tag (with optional -l or --list ):. $ git tag v1.0 v2.0....
Read more >Managing releases in a repository - GitHub Docs
Click Choose a tag, type a version number for your release, and press Enter. Alternatively, select an existing tag. Enter a tag. If...
Read more >UI Library: How to Version, Publish and Update Individual ...
dev collection where all your components are available for everyone to discover, use and collaborate on. This even goes beyond just developers, ...
Read more >How to Manage Releases with Semantic Versioning and Git ...
Being able to easily manage and communicate changes in code releases is fundamental to the long term success of teams and projects using...
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
This has been fixed for vaadin-grid. Note that I didn’t change the actual behavior so this was more of a one-off fix.
@stramel: that’s odd :\