Skip to content

Commit 3042e4e

Browse files
committed
🔖 Release v1.4.0 [skip ci]
1 parent 4c44045 commit 3042e4e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v1.4.0] - 2021-03-18
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.4.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.3.1...v1.4.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.4.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.4.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.4.0.tar.gz))
4+
5+
### New features
6+
7+
- [`d359236`](https://github.com/betahuhn/repo-file-sync-action/commit/d359236) Add skip PR option #14
8+
(Issues: [`#14`](https://github.com/betahuhn/repo-file-sync-action/issues/14))
9+
10+
### Dependency updates
11+
12+
- [`4c44045`](https://github.com/betahuhn/repo-file-sync-action/commit/4c44045) Bump eslint from 7.21.0 to 7.22.0 (#12)
13+
(Issues: [`#12`](https://github.com/betahuhn/repo-file-sync-action/issues/12))
14+
115
## [v1.3.1] - 2021-03-15
216

317
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.3.1) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.3.0...v1.3.1) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.3.1) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.3.1.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.3.1.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.3.1",
3+
"version": "1.4.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)