Skip to content

Commit 5f54a71

Browse files
committed
🔖 Release v1.3.0 [skip ci]
1 parent d7fe133 commit 5f54a71

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [v1.3.0] - 2021-03-08
2+
3+
[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))
4+
5+
### New features
6+
7+
- [`2a4e127`](https://github.com/betahuhn/repo-file-sync-action/commit/2a4e127) Check for and overwrite existing PR
8+
9+
### Updates
10+
11+
- [`5e590a1`](https://github.com/betahuhn/repo-file-sync-action/commit/5e590a1) Improve code structure/readability
12+
- [`1e8745f`](https://github.com/betahuhn/repo-file-sync-action/commit/1e8745f) Move exec function to helpers
13+
14+
### Bug fixes
15+
16+
- [`d7fe133`](https://github.com/betahuhn/repo-file-sync-action/commit/d7fe133) Parse boolean action input as actual boolean
17+
118
## [v1.2.0] - 2021-03-03
219

320
[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))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-file-sync-action",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)