Releases: HackerHappyHour/tagging-strategy
Releases · HackerHappyHour/tagging-strategy
3.1.0
- improved error handling and reporting
v3
- adds support for
extra_tags
, which support conditional expression resolution - removes the
latest
input, which can now be provided explicitly via theextra_tags
input - improved error handling and reporting
3.0.0
- adds support for
extra_tags
, which support conditional expression resolution - removes the
latest
input, which can now be provided explicitly via theextra_tags
input
3.0.0-rc2
build 3.0.0-rc2
3.0.0-rc1
consolidate tags reducers
2.2.0
Tagging-strategy now supports the ability to conditionally include each tagging strategy defined by the user by adding ::<expression that resolves to a boolean>
after each strategy in the csv/list input of tags
v2
Merge pull request #43 from HackerHappyHour/support-conditional-tags add conditional tag tests, conditionalTagFilter fn
2.1.1
- fixes interpolation of true/false for the latest input
2.1.0
- Adds support for "loose" prerelease identifiers (ex....
1.0.0rc1
)
2.0.0-rc3
fixes an undefined function error related to retrieving the tags
input parameter