Skip to content

Commit 5b81d5f

Browse files
committed
🔖 Release v1.20.2 [skip ci]
1 parent bd5425a commit 5b81d5f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v1.20.2] - 2023-01-10
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.20.2) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.20.1...v1.20.2) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.20.2) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.20.2.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.20.2.tar.gz))
4+
5+
### Updates
6+
7+
- [`bd5425a`](https://github.com/betahuhn/repo-file-sync-action/commit/bd5425a) Make messages compatible with conventional commits (#290)
8+
(Issues: [`#290`](https://github.com/betahuhn/repo-file-sync-action/issues/290))
9+
110
## [v1.20.1] - 2023-01-09
211

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