From 3eec3876ee9ef6a2df9d483d33fa8612f0aadfde Mon Sep 17 00:00:00 2001 From: Artur Jankowski Date: Tue, 12 Nov 2024 11:56:44 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b54291..8a4db69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* adjust fastlane 8 ([#29](https://github.com/arjankowski/github-actions-release-test/issues/29)) ([a2400ca](https://github.com/arjankowski/github-actions-release-test/commit/a2400ca559042d5b9344cde61e733af6405856e3)) +* adjust `fastlane` 8 ([#29](https://github.com/arjankowski/github-actions-release-test/issues/29)) ([a2400ca](https://github.com/arjankowski/github-actions-release-test/commit/a2400ca559042d5b9344cde61e733af6405856e3)) * fastlane 9 ([#32](https://github.com/arjankowski/github-actions-release-test/issues/32)) ([e97e4a6](https://github.com/arjankowski/github-actions-release-test/commit/e97e4a6a561daf2993b8a139d9222318ec7422f0)) ## [3.1.0](https://github.com/arjankowski/github-actions-release-test/compare/v3.0.0...v3.1.0) (2022-01-06) From 1d933dbcb3b2de593b2688dc8a8cf0cfd66d2d45 Mon Sep 17 00:00:00 2001 From: Artur Jankowski Date: Tue, 12 Nov 2024 12:45:20 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4db69..7cd0891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes * adjust `fastlane` 8 ([#29](https://github.com/arjankowski/github-actions-release-test/issues/29)) ([a2400ca](https://github.com/arjankowski/github-actions-release-test/commit/a2400ca559042d5b9344cde61e733af6405856e3)) -* fastlane 9 ([#32](https://github.com/arjankowski/github-actions-release-test/issues/32)) ([e97e4a6](https://github.com/arjankowski/github-actions-release-test/commit/e97e4a6a561daf2993b8a139d9222318ec7422f0)) +* `fastlane` 9 ([#32](https://github.com/arjankowski/github-actions-release-test/issues/32)) ([e97e4a6](https://github.com/arjankowski/github-actions-release-test/commit/e97e4a6a561daf2993b8a139d9222318ec7422f0)) ## [3.1.0](https://github.com/arjankowski/github-actions-release-test/compare/v3.0.0...v3.1.0) (2022-01-06) From ffc0dc58d8f3deb043cc182895a900a468373d9f Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Fri, 15 Nov 2024 14:01:52 +0100 Subject: [PATCH 3/3] Update spell-check-lint.yml --- .github/workflows/spell-check-lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/spell-check-lint.yml b/.github/workflows/spell-check-lint.yml index b21faa3..d5661ee 100644 --- a/.github/workflows/spell-check-lint.yml +++ b/.github/workflows/spell-check-lint.yml @@ -19,5 +19,3 @@ jobs: path: spellchecker - name: Execute spellchecker uses: ./spellchecker - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}