Skip to content

Releases: HardNorth/github-version-generate

Release 1.4.0

03 Feb 15:54
Compare
Choose a tag to compare

Changed

  • Node.js version updated on 20, by @HardNorth
  • Minor version updated on 1.4, by @HardNorth
  • Move common logic to app.js file to avoid running application on import, by @HardNorth

Release 1.3.0

14 Oct 14:19
Compare
Choose a tag to compare

Changed

  • NodeJS version updated on 16, by @HardNorth
  • @actions/core and @actions/github versions updated on 1.10.0 and 5.1.1 respectively, by @HardNorth
  • Minor version updated on 1.3, by @HardNorth

Release 1.2.0

03 Sep 19:36
Compare
Choose a tag to compare

Added

Changed

  • Minor version updated on 1.2
  • Some security fixes, by @dependabot

Release 1.1.2

20 Apr 15:49
Compare
Choose a tag to compare

Changed

Release 1.1.1

19 May 07:08
Compare
Choose a tag to compare

Changed

  • Some inderect dependencies were updated by dependabot

Release 1.1.0

29 Jan 06:39
Compare
Choose a tag to compare

Added

  • release-version-cut-prerelease parameter
  • next-version-cut-prerelease parameter

Release 1.0.2

20 Nov 15:09
Compare
Choose a tag to compare

Changed

Release 1.0.1

02 Jul 16:53
Compare
Choose a tag to compare

Fixed

  • Version reset if a version of a greater value incremented

Release 1.0.0

02 Jul 12:39
Compare
Choose a tag to compare

A GitHub action for reading, bumping, generating, formatting applications versions in release pipelines. Outputs three environment variables:

'env.CURRENT_VERSION' - a current, extracted version of application without any changes
'env.RELEASE_VERSION' - a generated release version
'env.NEXT_VERSION' - a new version supposed to put into version source file instead of CURRENT_VERSION
The action is used so-called "Semantic Versioning" standard, please check out the specification first to avoid misunderstanding and misuses.

[1.0.0] - 2020-07-02

Added

  • Initial release, see README.md for the list of features