Skip to content

Releases: drevops/git-artifact

1.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:21
a353631

What's new since 1.5.0

Full Changelog: 1.5.0...1.6.0

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

1.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 01:19
c9e8b38

What's new since 1.4.0

Full Changelog: 1.4.0...1.5.0

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

1.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 23:47

What's new since 1.3.0

Full Changelog: 1.3.0...1.4.0

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

1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 00:29

What's new since 1.2.0

Full Changelog: 1.2.0...1.3.0

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

1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 00:39
b8fa6f1

What's new since 1.1.0

Full Changelog: 1.1.0...1.2.0

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

1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 08:04

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 🎉

Choose a tag to compare

@github-actions github-actions released this 29 Mar 02:25

What's new since 0.10.0

Full Changelog: 0.10.0...1.0.0

@AlexSkrypnyk

0.10.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 08:20

What's new since 0.9.0

Full Changelog: 0.9.0...0.10.0

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

0.9.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 03:58

What's new since 0.8.0

Full Changelog: 0.8.0...0.9.0

@AlexSkrypnyk

0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 07:57

What's new since 0.7.3

Full Changelog: 0.7.3...0.8.0

@AlexSkrypnyk, @renovate and @renovate[bot]