Releases: drevops/git-artifact
Releases · drevops/git-artifact
0.7.3
What's new since 0.7.2
- Fixed exception driven by the upstream changes. @AlexSkrypnyk (#88)
- Update toshimaru/auto-author-assign action to v2.1.1 @renovate (#87)
- Update drevops/ci-runner Docker tag to v24.4.0 @renovate (#86)
Full Changelog: 0.7.2...0.7.3
@AlexSkrypnyk, @renovate, @renovate[bot]
0.7.2
0.7.1
What's new since 0.7.0
- [#84] Fixed
[tags]
token using all tags instead of latest. @tannguyen04 (#85)
Full Changelog: 0.7.0...0.7.1
0.7.0
Git Artifact is a standalone CLI command now.
🚨 The way the command is used and options have changed. Update your scripts accordingly. See examples in README.md
file.
What's new since 0.6.0
- Removed PHP8.1 support. @AlexSkrypnyk (#75)
- [#61] Removed
--push
in favour of--dry-run
. @AlexSkrypnyk (#83) - Removed obsolete code and moved classes. @AlexSkrypnyk (#82)
- [#77] Improved logger. @tannguyen04 (#81)
- [#76] Moved functionality from Artifact class to ArtifactCommand class. @tannguyen04 (#80)
- [#74] Replaced custom git commands. @tannguyen04 (#78)
- Update symfony packages to v7 (major) @renovate (#69)
- Updated command description. @AlexSkrypnyk (#73)
- Changed coding standards to Drupal. @AlexSkrypnyk (#72)
- Update softprops/action-gh-release action to v2 @renovate (#71)
- Moved tests to tests/phpunit. @AlexSkrypnyk (#70)
- [#42] Converted to standalone Symfony Console CLI app @tannguyen04 (#59)
- Update drevops/ci-runner Docker tag to v24.3.0 @renovate (#68)
- Fixed file names in CI. @AlexSkrypnyk (#65)
- Fixed spelling of Artifact. @AlexSkrypnyk (#66)
- Fixed resulting branch in CI examples. @AlexSkrypnyk (#62)
- Update to scaffold 0.12.1 @AlexSkrypnyk (#57)
- [#48] Added GHA example. @AlexSkrypnyk (#58)
- Update release-drafter/release-drafter action to v6 @renovate (#52)
- Update drevops/ci-runner Docker tag to v24 @renovate (#51)
- Fixed coding standards violations. @AlexSkrypnyk (#54)
- Update toshimaru/auto-author-assign action to v2.1.0 @renovate (#50)
- Update drevops/ci-runner Docker tag to v23.12.0 @renovate (#49)
Full Changelog: 0.6.0...0.7.0
@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04
0.6.0
What's new since 0.5.0
- Removed obsolete configs. @AlexSkrypnyk (#47)
- Update dependency dealerdirect/phpcodesniffer-composer-installer to v1 @renovate (#46)
- Updated CI runner container. @AlexSkrypnyk (#45)
- [#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffold @tannguyen04 (#44)
- Update dependency consolidation/robo to v4 @renovate (#41)
- Configure Renovate @renovate (#38)
Full Changelog: 0.5.0...0.6.0
@AlexSkrypnyk, @renovate, @renovate[bot], @tannguyen04 and Alex Skrypnyk
New name and new namespace!
Moved this project into DrevOps ecosystem and updated name to git-artifact
.
Also, update dependencies and tests.
Fixed deprecated array syntax.
- Fixed deprecated array syntax.
Added more verbose output.📢
0.4.1 Fix verbosity output. (#33)
Performance improvements.
- Massive performance improvements due to avoiding of using slow
git update-index
command. 🚀 - Added better handling of excluded file removal, including sub repositories. 🔥
- Major app and tests code cleanup. 🤖
Fixed handling files with spaces
0.3.1 Fixed git update index supporting whitespaces.