Releases: pkgdeps/git-tag-action
Releases · pkgdeps/git-tag-action
v3.0.1
What's Changed
Documentation
- fix: typo in README by @sosukesuzuki in #16
Maintenance
Dependency Updates
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot[bot] in #4
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot[bot] in #5
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot[bot] in #6
- Bump debug from 4.2.0 to 4.3.4 by @dependabot[bot] in #11
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #13
- Bump micromatch from 4.0.2 to 4.0.8 by @dependabot[bot] in #14
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #15
Other Changes
New Contributors
- @azu made their first contribution in #3
- @dependabot[bot] made their first contribution in #4
- @aanderse made their first contribution in #12
- @sosukesuzuki made their first contribution in #16
- @Kaz-su made their first contribution in #17
Full Changelog: v1.5.0...v3.0.1
v3.0.0
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
Rename to git-tag-action
v2.0.0
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
versionis required- you can use
$GITHUB_ENVor step outputs to passversion
- you can use
- 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
Release refs/tags/v1.5.0