Latest release is missing the `v`
See original GitHub issueThis is pretty trivial so feel free to close it, but the latest release is 1.1.3
whereas all the other release tags start with a v
, e.g. v1.1.2
.
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:7
Top Results From Across the Web
MISSING Official Trailer Release #1 (2023) - YouTube
Time is running out. From the minds behind Searching, MISSING arriving at AMC Theatres January 20.
Read more >Fix helm-charts release pipeline - missing "v" prefix #4010
When running a minor release, it is creating branches without the v prefix (ex. branch named "1.34" instead of "v1.34"), and that causes...
Read more >Visual Studio 2019 version 16.11 Release Notes
Get the latest features, bug fixes, and support for Visual Studio 2019 v16.11. Download today.
Read more >Tasks Window is missing in VS for Mac 2022
A fix for this issue has been released! Install the most recent Visual Studio 2022 for Mac release from https://visualstudio.microsoft.com/vs/mac/. Thank you ...
Read more >Firebase Apple SDK Release Notes - Google
When upgrading a project that includes one or more of these libraries, an error like Missing package product 'FirebaseSwift-Beta' will appear. In your...
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
@jrfnl
@v1
is a moving Git tag that other repos keep moving whenever they create a newv1.x.y
tag, by themselves. Ideally, Git tags never move, so it’s arguably a hack. The reason it doesn’t work here is because there is no tag namedv1
at https://github.com/coverallsapp/github-action/tags .@prescottprue I think your suggestions are great, however, I’m not a maintainer of this repo, just a user 🤷🏻♀️
I imagine @nickmerwin may welcome your help though ?