Skip to content

Releases: anothrNick/github-tag-action

1.56.0: Get the default branch from env vars also allow to overwrite as parameter

02 Jan 23:37
172098f
Compare
Choose a tag to compare

This is a feature from a hotfix where we add the option to specify a default branch from parameters else we capture the default branch from the runner$GITHUB_BASE_REF var

1.55.0: Select last commit or full branch history

20 Dec 01:19
2fa4983
Compare
Choose a tag to compare

This version allows to set BRANCH_HISTORY full|last for the history verification for finding bump comments. See pr for examples #218

1.53.0: Fixing repo tag bumps

04 Dec 20:35
a0e0d8b
Compare
Choose a tag to compare

Fixes action versioning bumps.
From bug introduced in 1.50

1.52.0: A few hofixes

04 Oct 08:11
1ffbb2e
Compare
Choose a tag to compare

Improved tests.
Warning for breaking change when renaming/refactoring output tag
New output tag old_tag

What's Changed

  • Hotfix: sort output tag mismatch reverting breaking change by @sbe-arg in #199

Full Changelog: 1.51.0...1.52.0

1.50.0: FIX to print actual tag to be used when using with_v in all scenarios

28 Sep 20:12
22295e4
Compare
Choose a tag to compare

1.49.0: Fix branch wildcard issue and added major v1 tag

28 Sep 01:24
5880022
Compare
Choose a tag to compare
  • We can now reference uses: anothrNick/github-tag-action@v1 as uses: anothrNick/github-tag-action@1 fails due sha identification
  • Also we can now use again RELEASE_BRANCHES: '.*' or releases/* or similar.

1.48.0: Shellcheck improvements

27 Sep 21:20
1961683
Compare
Choose a tag to compare
  • Addresses shellcheck sanitizations during PR checks

1.46.0: Merge pull request #183 from anothrNick/revert-149-fix/safe-sub-direc…

15 Sep 00:29
43ed073
Compare
Choose a tag to compare

1.45.0

13 Sep 05:42
be89588
Compare
Choose a tag to compare
1.45.0 Pre-release
Pre-release
Merge pull request #149 from jordanamr/fix/safe-sub-directories

1.44.0: Merge pull request #180 from sbe-arg/fix/major

14 Sep 23:08
d2e4f56
Compare
Choose a tag to compare