Skip to content

Releases: bullhorn/dev-build-release

0.1.4

11 Apr 16:15
24afa8f
Compare
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
Compare
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
Compare
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