mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
624 stars 195 forks source link

Field `pre_release_branches` isn't applying the tag as pre-release #214

Closed luiz-otavio closed 3 months ago

luiz-otavio commented 3 months ago

Seems like even specifying the branches for pre-release tags in the field pre_release_branches the tag itself doesn't apply as pre-release.

Config:

      - name: Bump Version and Push Tag
        id: bump_version
        uses: mathieudutour/github-tag-action@v6.2
        with:
          release_branches: main
          pre_release_branches: develop
          fetch_all_tags: true
          default_bump: minor
          default_prerelease_bump: preminor
          tag_prefix: v
          append_to_pre_release_tag: "rc"

image

luiz-otavio commented 3 months ago

BUMP: Issue is not related to this action, sorry =P