Skip to content

Releases: drevops/git-artifact

1.4.0

11 Mar 23:47

Choose a tag to compare

What's new since 1.3.0

Full Changelog: 1.3.0...1.4.0

@AlexSkrypnyk, @renovate[bot] and renovate[bot]

1.3.0

04 Feb 00:29

Choose a tag to compare

What's new since 1.2.0

Full Changelog: 1.2.0...1.3.0

@AlexSkrypnyk, @renovate[bot] and renovate[bot]

1.2.0

07 Jan 00:39
b8fa6f1

Choose a tag to compare

What's new since 1.1.0

Full Changelog: 1.1.0...1.2.0

@AlexSkrypnyk, @renovate[bot] and renovate[bot]

1.1.0

17 Nov 08:04

Choose a tag to compare

What's new since 1.0.0

🚨 Change of behaviour

When the source branch no longer exists (for example, after a pull request is merged and the branch is deleted), the artifact packaging would fail.
In #92 included into this release, the behaviour was changed to gracefully exit with a message unless a --fail-on-missing-branch option provided.

💡 Installation advice

When installing git-artifact as a Composer dependency, we recommend using Tilde Version Range Operator to ensure stability. The tilde constraint allows patch updates (e.g., 1.0.01.1.1) but blocks minor version updates (e.g., 1.1.01.2.0). This would allow to prevent CI/CD breakages or unexpected behaviour when a new version of git-artifact is released.

Changes

Read more

1.0.0 - First stable release 🎉

29 Mar 02:25

Choose a tag to compare

What's new since 0.10.0

Full Changelog: 0.10.0...1.0.0

@AlexSkrypnyk

0.10.0

28 Mar 08:20

Choose a tag to compare

What's new since 0.9.0

Full Changelog: 0.9.0...0.10.0

@AlexSkrypnyk, @renovate[bot] and renovate[bot]

0.9.0

31 Jan 03:58

Choose a tag to compare

What's new since 0.8.0

Full Changelog: 0.8.0...0.9.0

@AlexSkrypnyk

0.8.0

07 Jan 07:57

Choose a tag to compare

What's new since 0.7.3

Full Changelog: 0.7.3...0.8.0

@AlexSkrypnyk, @renovate and @renovate[bot]

0.7.3

07 Aug 09:47
1423c7c

Choose a tag to compare

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

17 Apr 10:18

Choose a tag to compare

What's new since 0.7.1

  • Fixed release artifact deployment.

Full Changelog: 0.7.1...0.7.2

@AlexSkrypnyk