Skip to content

Commit 69868d6

Browse files
committed
🔖 Release v1.20.0 [skip ci]
1 parent cbe021e commit 69868d6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [v1.20.0] - 2023-01-07
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.20.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.19.1...v1.20.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.20.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.20.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.20.0.tar.gz))
4+
5+
### New features
6+
7+
- [`eb95ce4`](https://github.com/betahuhn/repo-file-sync-action/commit/eb95ce4) Add possibility to exclude subfolders from synced folders (#274)
8+
(Issues: [`#274`](https://github.com/betahuhn/repo-file-sync-action/issues/274))
9+
10+
### Updates
11+
12+
- [`6f1bf85`](https://github.com/betahuhn/repo-file-sync-action/commit/6f1bf85) Move to ESM (#288)
13+
(Issues: [`#288`](https://github.com/betahuhn/repo-file-sync-action/issues/288))
14+
15+
### Bug fixes
16+
17+
- [`d2b8086`](https://github.com/betahuhn/repo-file-sync-action/commit/d2b8086) Fix linting and exclude
18+
119
## [v1.19.1] - 2023-01-07
220

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

package-lock.json

+2-2
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.19.1",
3+
"version": "1.20.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
"type": "module",

0 commit comments

Comments
 (0)