Skip to content

Commit

Permalink
🔖 Release v1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Mar 8, 2021
1 parent d7fe133 commit 5f54a71
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [v1.3.0] - 2021-03-08

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.3.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.2.0...v1.3.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.3.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.3.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.3.0.tar.gz))

### New features

- [`2a4e127`](https://github.com/betahuhn/repo-file-sync-action/commit/2a4e127) Check for and overwrite existing PR

### Updates

- [`5e590a1`](https://github.com/betahuhn/repo-file-sync-action/commit/5e590a1) Improve code structure/readability
- [`1e8745f`](https://github.com/betahuhn/repo-file-sync-action/commit/1e8745f) Move exec function to helpers

### Bug fixes

- [`d7fe133`](https://github.com/betahuhn/repo-file-sync-action/commit/d7fe133) Parse boolean action input as actual boolean

## [v1.2.0] - 2021-03-03

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.2.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.1.1...v1.2.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.2.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.2.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.2.0.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-file-sync-action",
"version": "1.2.0",
"version": "1.3.0",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5f54a71

Please sign in to comment.