Skip to content

Releases: anothrNick/github-tag-action

1.42.0

12 Sep 03:24
dffb400
Compare
Choose a tag to compare

What's Changed

  • update docs, node, add docker & bash linting by @sammcj in #173

New Contributors

Full Changelog: 1.41.0...1.42.0

1.40.0: Merge pull request #157 from sbe-arg/fix/branch-checks

09 Sep 11:46
38e273c
Compare
Choose a tag to compare
  • 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

14 Apr 18:12
3840ec2
Compare
Choose a tag to compare

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`

08 Sep 14:02
ce4b5ff
Compare
Choose a tag to compare
  • Add #none tag to skip bumping regardless DEFAULT_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

11 Jan 18:36
18284c7
Compare
Choose a tag to compare
  • Default release branches main and master

Sort by commit date and other fixes

26 Oct 15:12
eca2b69
Compare
Choose a tag to compare
  • 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

11 Aug 19:09
9aaabdb
Compare
Choose a tag to compare
  • 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

05 May 19:03
c170e78
Compare
Choose a tag to compare
  • disable automatic bumping by setting DEFAULT_BUMP=none

Initial version, Part, and new release checking

05 May 14:09
9d0290c
Compare
Choose a tag to compare
  • Initial version (optional) parameter
  • 'Part' output which describes which part of the version was bumped (patch, minor, major)
  • Use checked out branch for release checking

Read Full Commit Message

25 Mar 16:41
d25d941
Compare
Choose a tag to compare

Reads full commit message, not just title, for version bump level (patch, minor, major).