github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

Annotation count up

Open MansurEsm opened this issue 5 years ago • 2 comments

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

MansurEsm avatar Feb 08 '21 15:02 MansurEsm

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

renzit avatar Apr 05 '21 23:04 renzit

Hey guys, were you able to resolve it?

CarlosLevir avatar Feb 23 '22 14:02 CarlosLevir