Skip to content

Releases: danharrin/monorepo-split-github-action

v2.3.0

01 Feb 09:37
ac98452
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Released Monorepo Split 1.0.1

11 Mar 14:41
Compare
Choose a tag to compare