0.7.0
github-actions
released this
30 Mar 05:49
·
23 commits
to refs/heads/main
since this release
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