Skip to content

Releases: bullhorn/dev-build-release

Fixes version info

11 Mar 20:30

Choose a tag to compare

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

11 Mar 19:49
bb4e4ee

Choose a tag to compare

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

11 Apr 16:15
24afa8f

Choose a tag to compare

This release supports older version of JS moving from the .replaceAll function to .replace with a global replacement

0.1.3

08 Apr 18:39
adc8cd9

Choose a tag to compare

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

27 Jul 15:23
3c03067

Choose a tag to compare

Merge pull request #5 from jeremy-dobler/master

feat(Commands) Add command to allow hardcoded version to be set in package.json