Skip to content

Releases: michmich112/version-bumper

v1.2.4

12 Jun 02:16
Compare
Choose a tag to compare

Bug fixes:

  • [#49] - Fix error when passing object for versionFile (@margani)

v1.2.0 Committer & Pull Request Improvements

07 Jan 20:17
Compare
Choose a tag to compare

Function additions:

Add Committer customization: #21

  • Users are now able to define their own username and email to use for the bump commit

Pull Request Improvements:

  • Pull request trigger is now only used when the pull request is Opened assuring it is only run once.
  • Rules now have the destBranch property to create conditions based on the destination branch of the merge defined in the pull request.

v1.1.6 - Updated dependencies

08 Dec 05:58
Compare
Choose a tag to compare

v1.1.5 Stack trace for errors and updated documentation

07 Dec 22:15
Compare
Choose a tag to compare

Get Stack trace on errors
Updated Documentation for ease of use

Release v1.1.4

05 Dec 20:38
Compare
Choose a tag to compare

Bug fixes:

  • Fix pull_request trigger problems (#35)

Additions:

  • manage version-bumper version with version bumper (#12)
  • Fail action if there is an error
    Screen Shot 2021-12-05 at 12 10 27 PM

Release v1.1.2

17 Sep 16:06
Compare
Choose a tag to compare

Updates

  • Updated all code dependencies for security purposes

Release v1.1.1

09 Sep 00:40
Compare
Choose a tag to compare

Updated:

  • Updated dependency gh-action-stats v0.0.1 -> v0.0.3

Release v1.1.0

08 Sep 04:15
8fc6e82
Compare
Choose a tag to compare

Added:

  • #25 Added Prefix and Suffix support for new versions
  • #28 Added option for [SKIP] prefix on commit to avoid build on CI/CD. Thank you @migueltarga
  • #31 Added action statistics tracking

Updated:

  • #26 Bump lodash from 4.17.20 to 4.17.21
  • #27 Bump hosted-git-info from 2.8.8 to 2.8.9
  • #29 Bump ws from 7.4.2 to 7.4.6
  • #30 Bump path-parse from 1.0.6 to 1.0.7

v1.0.6

05 Mar 23:12
6b453c9
Compare
Choose a tag to compare

Fixes:

  • Avoid using Git when not needed
  • Fix default tagging of commits
  • [#15] Fix bug where branches with / in them would not be correctly identified

Removed:

  • pr-comment trigger as it is not tested properly or functional yet

v1.0.5

16 Feb 06:04
995f1df
Compare
Choose a tag to compare

Changelog:
Removed default Version-File in the action as it was not stated in the documentation and cause an unwanted overloading of the version file.