Skip to content

Releases: derberg/manage-files-in-multiple-repositories

v2.1.0

27 Apr 14:41
beecbe8
Compare
Choose a tag to compare

What's Changed

  • feat: add support for custom branch name created by bot by @derberg in #50. In other words, we have reuse of existing PRs in place.

Full Changelog: v2...v2.1.0

v2

03 Oct 16:42
beecbe8
Compare
Choose a tag to compare

v2.0.0

27 Mar 14:55
54b11fb
Compare
Choose a tag to compare

v1.0.4

07 Dec 22:09
db4c47a
Compare
Choose a tag to compare

What's Changed

  • feat: add pagination to branches API request by @Tjitse-E in #44

Full Changelog: v1...v1.0.4

v1

07 Dec 22:11
db4c47a
Compare
Choose a tag to compare

v1 reflects v1.0.4 of the action

What's Changed

  • feat: add pagination to branches API request by @Tjitse-E in #44

Full Changelog: v1.0.3...v1

v1.0.3

23 Jun 07:32
2ce7d45
Compare
Choose a tag to compare

What's Changed

  • fix: use strict regex for default branch by @hairmare in #37
  • fix: readdir recursively for workflow dispatch event by @bbleau in #38

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 May 09:43
16ed1c3
Compare
Choose a tag to compare

What's Changed

v1.0.1 could not work because of the lack of dist update, thus next release

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Apr 15:35
af15525
Compare
Choose a tag to compare

What's Changed

  • fix: remove dot to get rid of 404 links from logs by @Tjitse-E in #34

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Mar 18:50
c231d1d
Compare
Choose a tag to compare

BREAKING CHANGES

  • action has changed its name. Now you should use it as derberg/copy-files-to-other-repositories@v1.0.0
  • files_to_ignore option is removed and replaced with patterns_to_ignore
  • action no longer supports workflows' files out of the box. You need to set it explicitly with patterns_to_include.

There are some good examples in the readme.

What's Changed

  • add patterns_to_ignore and patterns_to_include
  • remove files_to_ignore
  • add destination

by @derberg in #33

Full Changelog: v0.9.0...v1.0.0

v0.9.0

21 Mar 16:21
525fabf
Compare
Choose a tag to compare

What's Changed

  • feat: add support for multiple branches update by @derberg in #32

Full Changelog: v0.8.1...v0.9.0