Releases: anothrNick/github-tag-action
Releases · anothrNick/github-tag-action
1.45.0
Merge pull request #149 from jordanamr/fix/safe-sub-directories
1.44.0: Merge pull request #180 from sbe-arg/fix/major
Hotfix: remove v check for major tag
1.42.0
1.40.0: Merge pull request #157 from sbe-arg/fix/branch-checks
- Now u can bump vX.X.X-suff.X properly ie, v0.0.1-dev.0 bumps to v0.0.1-dev.1 for example for branch work rc release etc
- Don't trust semver to tail, prefer head
- Changed rexeg slightly to ignore latest non semver tags
- Sorted pre-release mismatch when ur branch name contains master or main to behave correctly as pre-release anyway
- Other small bits here and there
1.39.0 - Hotfix for git issue
Fix:
fatal: unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace
Add `#none` tag to skip bumping regardless `DEFAULT_BUMP`
- Add
#none
tag to skip bumping regardlessDEFAULT_BUMP
- Fixed buggy regex
- Only set pre_tag to initial version if no previous was found and it is a
pre_release
- Pin version of Alpine
Include main as release branch
- Default release branches
main
andmaster
Sort by commit date and other fixes
- Change --sort to use refname, merge from master
- Change branch context to use same sort as repo context
- Updating documentation for prerelease versions
- Moving NPM installation to dockerfile
- Optional "verbose" tag
Regex changes and reliability fixes
- Create local git tag
- Use actual regexp match instead of globs for tag matcher
- Some reliability fixes (fail job loudly)
Thanks to @pellared @zsedem and @zero-below!
Support DEFAULT_BUMP as none
- disable automatic bumping by setting DEFAULT_BUMP=none