Releases: HardNorth/github-version-generate
Releases · HardNorth/github-version-generate
Release 1.4.0
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
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
Added
- Issue #24 Data extraction, by @HardNorth
- Issue #31 Major, Minor, Patch, Prerelease, Buildmetadata fragments export, by @HardNorth
- Issue #34
NEXT_RELEASE_VERSION
variable export, by @HardNorth
Changed
- Minor version updated on
1.2
- Some security fixes, by @dependabot
Release 1.1.2
Changed
- Some security fixes, by @dependabot
Release 1.1.1
Changed
- Some inderect dependencies were updated by dependabot
Release 1.1.0
Added
release-version-cut-prerelease
parameternext-version-cut-prerelease
parameter
Release 1.0.2
Changed
- Refactoring, making code more ES6-ish.
- The Action dependencies were updated due to security issues found, see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Release 1.0.1
Fixed
- Version reset if a version of a greater value incremented
Release 1.0.0
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