github-tag-action
github-tag-action copied to clipboard
Initial version
Hi all, How can I set the initial version to the tags. It always start from 0.0.0. Is there a way that I can provide initial version like 1.0.0 and then start tagging version after that?
Thanks!
Have you tried manually creating the v1.0.0 tag? github-tag-action should be able to pick it up from there.
That should work. But there should be a parameter that allows user to provide custom initial version.