Skip to content

Releases: danharrin/monorepo-split-github-action

v2.4.5

12 May 10:22
14e42e2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

09 Feb 17:25
f104772

Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

v2.4.3

09 Feb 15:33
2d96fb0

Choose a tag to compare

What's Changed

  • Publish Docker images with version tags by @yoriiis in #63

Full Changelog: v2.4.2...v2.4.3

v2.4.2

27 Jan 08:42
688a97e

Choose a tag to compare

What's Changed

  • Fixed action to publish to GitHub Container Registry

Full Changelog: v2.4.1...v2.4.2

v2.4.1

27 Jan 08:34
49b6971

Choose a tag to compare

What's Changed

  • Migrate Docker image from Docker Hub to GitHub Container Registry by @yoriiis in #62

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

25 Sep 11:49
19b2e0c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

01 Feb 09:37
ac98452

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2...v2.3.0

Released 2.1

03 Oct 08:14
3db02ab

Choose a tag to compare

Changes

  • #10 Refactor to PHP 8, to use OOP best practises

Fixes 🐛

  • #14 Fix issue with adding new files - thanks to @ajardin
  • #16 Fix mismatch between Git user name and email - thanks to @ajardin

Released 2.0

17 Apr 13:04

Choose a tag to compare

New Features 🎉

  • support for split into both GitHub and Gitlab
  • split into private repositories
  • new split-repository-host option, to define split host - with github.com as default
with:
    split-repository-host: git.private.com:1234

Changes ⚙️

  • bash script rewritten into pure PHP, which has much more reliable syntax than bash

  • the commit-message parameter was removed

    • the commit message is generated for you
    • it's smart and includes original commit references for easier orientation 👍

Released Monorepo Split 1.1

11 Mar 14:49

Choose a tag to compare