Skip to content

Release 1.0.0

Compare
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