Annotation count up
Hello Mathieu,
I'm using the github-tag-action with annotated tags as following:
- name: Bump version and push tag id: tag_version uses: mathieudutour/[email protected] with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: master, RC create_annotated_tag: true
I get also release-tags like this: $ git tag -l v0.8.0-RC.0 v1.0.0-RC.0 v1.0.1-RC.0 v1.0.2-RC.0 v1.0.3-RC.0 v1.0.4-RC.0
As you can see the annotation does'nt count up (RC.0). Is this what is expected? Because then I don't know why there is a trailing number (.0). My expectation is actually that RC.n will count up.
Thanks
can you solved in some way? I need to create something similar for composer, the thing is that composer only accepts string of Rc, or beta or alpha string , im using append_to_pre_release_tag but still show the 0
Hey guys, were you able to resolve it?