Skip to content

Releases: planetoftheweb/copy-to-branches

v1.3

29 Mar 00:23
8a8a05b
Compare
Choose a tag to compare

What's Changed

  • Handle the branch potentially existing locally already (due to other actions) by @peternewman in #2

New Contributors

Full Changelog: v1.2...v1.3

Update files, readme, safe.directory

29 May 09:39
Compare
Choose a tag to compare

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

25 Jul 01:19
5565a5a
Compare
Choose a tag to compare

Add a fetch command to bring the local repo up to date with the remote repo by @itamarc, based on #1

v1

07 Jan 08:02
Compare
Choose a tag to compare
v1 Pre-release
Pre-release
Improved Documentation, cleaned up comments