Skip to content

Releases: pkgdeps/git-tag-action

v3.0.1

17 Mar 02:48
@azu azu

Choose a tag to compare

What's Changed

Documentation

Maintenance

Dependency Updates

Other Changes

  • fix: search tag name for avoiding tag already exists error by @azu in #3

New Contributors

Full Changelog: v1.5.0...v3.0.1

v3.0.0

23 Jan 22:52
@azu azu

Choose a tag to compare

BREAKING CHANGES

New Contributors

Full Changelog: v1.5.0...v3.0.0

v2.0.6

25 Mar 00:38
@azu azu

Choose a tag to compare

  • Update to Node.js 16 #9
    • node12 is EOL

v2.0.5

24 Oct 08:25
@azu azu

Choose a tag to compare

Fixes

  • use warning for unexpected log
  • add double check git.getRef result

v2.0.4

24 Oct 08:08
@azu azu

Choose a tag to compare

Fixes

  • update @actions/github to v5

v2.0.3

24 Oct 05:35
@azu azu

Choose a tag to compare

Fixes

  • improve error handling for Reference already exists error

v2.0.2

16 Feb 12:57
@azu azu

Choose a tag to compare

Fixed

  • Fix tag already exists #2

v2.0.1

13 Nov 15:04
@azu azu

Choose a tag to compare

Rename to git-tag-action

v2.0.0

13 Nov 14:50
@azu azu

Choose a tag to compare

SUMMARY

1.x tag is lightweight tags.

Instead of it, 2.x tag is annotated tags.

It help you to use lerana with this actions

For more details, seet chore: Use git describe correctly by ChiefORZ · Pull Request #2572 · lerna/lerna.

BREAKING CHANGE

  • tag as annotated
  • version is required
    • you can use $GITHUB_ENV or step outputs to pass version
      - name: package-version
        run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
      - name: package-version-to-git-tag
        uses: pkgdeps/action-package-version-to-git-tag@v2
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          github_repo: ${{ github.repository }}
          version: ${{ env.PACKAGE_VERSION }}
          git_commit_sha: ${{ github.sha }}
          git_tag_prefix: "v"

Release v1.5.0

17 Mar 10:59

Choose a tag to compare

Release refs/tags/v1.5.0