Releases: bullhorn/dev-build-release
Fixes version info
Updates version information to ensure that the gitlab variable changes are properly released
0.1.5: Merge pull request #9 from bullhorn/f/gitlab-pipelines
This release updates the generate-version-file action to try to use gitlab pipeline variables, if jenkins variables are not available to populate build information.
0.1.4
This release supports older version of JS moving from the .replaceAll function to .replace with a global replacement
0.1.3
Change Log:
Branch Name Changing:
When branch names are added to the package version, it will now include a full path branch name, with hyphens replacing forward slashes. Instead of the previous method of only grabbing the content from the last forward slash onwards (or full name if slashes were not in branch name)
Example Branch: feat/newFeature
Previous Branch Name Convention: newFeature
New Branch Name Convention: feat-newFeature
0.1.2
Merge pull request #5 from jeremy-dobler/master feat(Commands) Add command to allow hardcoded version to be set in package.json