Skip to content

Commit 27113d1

Browse files
committed
🔖 Release v1.18.0 [skip ci]
1 parent ed3f645 commit 27113d1

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v1.18.0] - 2022-11-18
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.18.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.22...v1.18.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.18.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.18.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.18.0.tar.gz))
4+
5+
### New features
6+
7+
- [`a2677cb`](https://github.com/betahuhn/repo-file-sync-action/commit/a2677cb) Add support for compiling Jinja-style templates with Nunjucks in sync process (#271)
8+
(Issues: [`#271`](https://github.com/betahuhn/repo-file-sync-action/issues/271))
9+
10+
### Bug fixes
11+
12+
- [`ed3f645`](https://github.com/betahuhn/repo-file-sync-action/commit/ed3f645) Fix lint errors
13+
114
## [v1.17.22] - 2022-10-24
215

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