Releases: kiegroup/github-action-build-chain
Releases · kiegroup/github-action-build-chain
v3.1.8
Enhancement:
- Make execution summary times easier to read (#398)
- Refactored load git event CLI as part of Github API service (#390)
Bug fixes:
- Add branch renaming after merge (#395)
v3.1.7
Bugs:
projectTriggeringTheJob
and startingProject
can be different (#388)
- fix
request-error
dependency (#389)
v3.1.6
Bugs:
- use
group
from user input when using branch flow (#380 )
Improvements:
- improve github error logging (#384)
v3.1.5
Bug fixes:
- Run before, current and after section per project (#377)
- Copy cloned repo to itself when using
clone
(#381)
- Upgrade build-chain-configuration-reader to 3.0.13 (#382)
v3.1.4
Bug fixes:
- Improved error logging by avoiding printing of the entire minified module (#374)
- Added getting definition file using just the default value of placeholders if source and target fail (#374)
v3.1.3
Bug fixes:
- awaiting
readDefinitionFile
(#366)
- pass reader options while generating node chain for cross pr flow (#364)
- use event data to get starting project if input or
GITHUB_REPOSITORY
env var is not defined (#368)
- added backward compatibility for flow types (#370)
- upgraded build-chain-configuration-reader to handle errors from safe eval (#371)
v3.1.2
- Fixed job summary (#355)
- Improved logging for
skipExecution
(#355)
- Improved logging during checkout and command execution (#359)
v3.1.1
- Fixed #351 - default for action input now returns undefined instead of empty strings for certain inputs
v3.1.0
- Flow type naming convention changed for action to match with CLI
- Fixed #338 -
${{ env.VAR }}
is now being substituted correctly
v3.0
Enhancements:
- Complete refactor to typescript
- implemented end to end tests