Releases: planetoftheweb/copy-to-branches
Releases · planetoftheweb/copy-to-branches
v1.3
What's Changed
- Handle the branch potentially existing locally already (due to other actions) by @peternewman in #2
New Contributors
- @peternewman made their first contribution in #2
Full Changelog: v1.2...v1.3
Update files, readme, safe.directory
This release tries to fix some problems with the script not working because of a safe.directory setting, updates the readme files and adds more files to be copied by default.
- Modified script so that it copies:
LICENSE
NOTICE
README.md
CONTRIBUTING.md
./vscode/settings.json
.devcontainer/devcontainer.json
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.MD
.github/PULL_REQUEST_TEMPLATE.MD
.github/workflows/main.yml
files. - Updated
README.md
file - Added command to set safe.directory
git config --global --add safe.directory /github/workspace
Full Changelog: v1.1...v1.2
Added Fetch
v1
Improved Documentation, cleaned up comments