Skip to content

Commit

Permalink
🔖 Release v1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Sep 6, 2021
1 parent 013b028 commit 3b04494
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [v1.13.0] - 2021-09-06

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

### New features

- [`0e59a9c`](https://github.com/betahuhn/repo-file-sync-action/commit/0e59a9c) Display notice with PR link (#101)
(Issues: [`#101`](https://github.com/betahuhn/repo-file-sync-action/issues/101) [`#100`](https://github.com/betahuhn/repo-file-sync-action/issues/100))

### Bug fixes

- [`013b028`](https://github.com/betahuhn/repo-file-sync-action/commit/013b028) Do not delete excluded files if deleteOrphaned is true (#98)
(Issues: [`#98`](https://github.com/betahuhn/repo-file-sync-action/issues/98) [`#97`](https://github.com/betahuhn/repo-file-sync-action/issues/97))

## [v1.12.0] - 2021-09-04

[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.12.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.11.1...v1.12.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.12.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.12.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.12.0.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-file-sync-action",
"version": "1.12.0",
"version": "1.13.0",
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3b04494

Please sign in to comment.