Releases: drevops/git-artifact
Releases · drevops/git-artifact
Better exclusion handling
Now removes previously committed and then ignored files.
Debug output
0.2.6 Added more assertions for custom gitignore tests.
Added handling of locally excluded files.
0.2.5 Added disabling of local exclude file.
Fixed handling of repository in detached state
Useful for automated builds from tags
Fixed committed files not being removed when excluded.
0.2.3 [#18] Fixed committed files not being removed when excluded.
Added no-cleanup option.
0.2.2 Added --no-cleanup flag.
Suppress changes output by default
- Added
--show-changes
flag to suppress changes output by default. - Fixed order of artefact branch creation for better rollback.
Added force-push mode
- Added
force-push
mode and made it default - Refactored a lot of tests to simplify maintenance
- Added deployment demo
Report file
0.1.4 [#4] Added artefact report file + tests.
0.1.3
Updated git commit command to run in silent mode.