Skip to content

Releases: HardNorth/github-version-generate

Release 1.4.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:03

Release 1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 15:54

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

Choose a tag to compare

@github-actions github-actions released this 14 Oct 14:19

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

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:36

Added

Changed

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

Release 1.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Apr 15:49

Changed

Release 1.1.1

Choose a tag to compare

@github-actions github-actions released this 19 May 07:08

Changed

  • Some inderect dependencies were updated by dependabot

Release 1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:39

Added

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

Release 1.0.2

Choose a tag to compare

@HardNorth HardNorth released this 20 Nov 15:09

Changed

Release 1.0.1

Choose a tag to compare

@HardNorth HardNorth released this 02 Jul 16:53

Fixed

  • Version reset if a version of a greater value incremented

Release 1.0.0

Choose a tag to compare

@HardNorth HardNorth released this 02 Jul 12:39

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