shabados / actions

Cross-repository utilities repository
MIT License
0 stars 4 forks source link

fix(publish-branch): ensure v prefix is on exact version branch #80

Closed Harjot1Singh closed 3 years ago

Harjot1Singh commented 3 years ago

Summary of PR

similar to #79, the v prefix was not added to the latest version of the release branch, so we ended up with:

release/1.5.1
release/v1.5
release/v1
release/latest
release/next

which is a little annoying... fixed!