From 5584bd1e260ef04a0dce76e1a802e31befd6f5c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:51:06 +0200 Subject: [PATCH] chore(main): release 1.1.2 (#379) * chore(main): release 1.1.2 * docs: :rocket: (#375) version bump for new release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andy Augustin --- .github/workflows/actions_template_sync.yml | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 6413fb47..20a6fe6b 100644 --- a/.github/workflows/actions_template_sync.yml +++ b/.github/workflows/actions_template_sync.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.1 + uses: AndreasAugustin/actions-template-sync@v1.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e44a63fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.2](https://github.com/AndreasAugustin/actions-template-sync/compare/v1.1.1...v1.1.2) (2023-09-03) + + +### Bug Fixes + +* :bug: ([#375](https://github.com/AndreasAugustin/actions-template-sync/issues/375)) fix edge case with .templatesyncignore ([#378](https://github.com/AndreasAugustin/actions-template-sync/issues/378)) ([1eede30](https://github.com/AndreasAugustin/actions-template-sync/commit/1eede30772357d6984d1757753a672da4119d356)) diff --git a/README.md b/README.md index 455174ed..24b19c1a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.1 + uses: AndreasAugustin/actions-template-sync@v1.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -122,7 +122,7 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.1 + uses: AndreasAugustin/actions-template-sync@v1.1.2 with: github_token: ${{ steps.generate_token.outputs.token }} source_repo_path: @@ -150,7 +150,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.1 + uses: AndreasAugustin/actions-template-sync@v1.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets