All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.2.4 - 2021-05-05
- Show correct destination repository in log output.
3.2.3 - 2020-07-03
- Fixed problem with copying files when the destination repo is the same as the source.
3.2.2 - 2020-06-13
- Proper handling of spaces in path names.
3.2.1 - 2020-04-21
- Fixed an error regarding creation of destination branches.
3.2.0 - 2020-04-18
- Create the destination branch (based on the default branch) if it doesn't exists.
3.1.1 - 2020-04-01
- Add automatic updating of major version tag on release.
3.1.0 - 2020-04-01
- Input variable
commit_message
for using a custom commit message.
3.0.1 - 2020-03-28
- Fix copying of files with names containing spaces.
3.0.0 - 2020-03-10
- Input variable
clean
for optional removal of contents in thedst_path
before copying. - Input variable
exclude
for path exclusion filter with glob patterns. - Input variable
filter
for path filtering with glob patterns.
- Renamed input variable
src_filter
tofile_filter
.