From 9509ee71e02cb49e9322951042d8e9b0b7b7e1a3 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 12 Jun 2022 02:55:16 +0000 Subject: [PATCH 1/7] =?UTF-8?q?Upgraded=20from=20v1.2.1=20=E2=86=92=20v2.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 27 +++++++++++++++++++++++++-- README.md | 4 ++-- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 98eb2fa..ed26a22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ # Changelog -## [v1.2.1](https://github.com/tj-actions/semver-diff/tree/v1.2.1) (2022-03-23) +## [v2.0.0](https://github.com/tj-actions/semver-diff/tree/v2.0.0) (2022-06-12) -[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.2.0...v1.2.1) +[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.2.1...v2.0.0) **Closed issues:** @@ -10,6 +10,29 @@ **Merged pull requests:** +- Bump tj-actions/sync-release-version from 8.7 to 11 [\#55](https://github.com/tj-actions/semver-diff/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump tj-actions/remark from 2.3 to 3 [\#54](https://github.com/tj-actions/semver-diff/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat: switch to use a composite action [\#53](https://github.com/tj-actions/semver-diff/pull/53) ([jackton1](https://github.com/jackton1)) +- Update dependency alpine to v3.16.0 [\#52](https://github.com/tj-actions/semver-diff/pull/52) ([renovate[bot]](https://github.com/apps/renovate)) +- Update pascalgn/automerge-action action to v0.15.3 [\#51](https://github.com/tj-actions/semver-diff/pull/51) ([renovate[bot]](https://github.com/apps/renovate)) +- Update cirrus-actions/rebase action to v1.7 [\#50](https://github.com/tj-actions/semver-diff/pull/50) ([renovate[bot]](https://github.com/apps/renovate)) +- Update github/codeql-action action to v2 [\#49](https://github.com/tj-actions/semver-diff/pull/49) ([renovate[bot]](https://github.com/apps/renovate)) +- Update actions/checkout action to v3.0.2 [\#48](https://github.com/tj-actions/semver-diff/pull/48) ([renovate[bot]](https://github.com/apps/renovate)) +- Update cirrus-actions/rebase action to v1.6 [\#47](https://github.com/tj-actions/semver-diff/pull/47) ([renovate[bot]](https://github.com/apps/renovate)) +- Update actions/checkout action to v3.0.1 [\#46](https://github.com/tj-actions/semver-diff/pull/46) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency alpine to v3.15.4 [\#45](https://github.com/tj-actions/semver-diff/pull/45) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency alpine to v3.15.3 [\#44](https://github.com/tj-actions/semver-diff/pull/44) ([renovate[bot]](https://github.com/apps/renovate)) +- Update pascalgn/automerge-action action to v0.15.2 [\#43](https://github.com/tj-actions/semver-diff/pull/43) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency alpine to v3.15.2 [\#42](https://github.com/tj-actions/semver-diff/pull/42) ([renovate[bot]](https://github.com/apps/renovate)) +- Update peter-evans/create-pull-request action to v4 [\#41](https://github.com/tj-actions/semver-diff/pull/41) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.2.1 [\#40](https://github.com/tj-actions/semver-diff/pull/40) ([jackton1](https://github.com/jackton1)) + +## [v1.2.1](https://github.com/tj-actions/semver-diff/tree/v1.2.1) (2022-03-23) + +[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.2.0...v1.2.1) + +**Merged pull requests:** + - Update dependency alpine to v3.15.1 [\#39](https://github.com/tj-actions/semver-diff/pull/39) ([renovate[bot]](https://github.com/apps/renovate)) - Update tj-actions/github-changelog-generator action to v1.13 [\#38](https://github.com/tj-actions/semver-diff/pull/38) ([renovate[bot]](https://github.com/apps/renovate)) - Update tj-actions/verify-changed-files action to v9 [\#37](https://github.com/tj-actions/semver-diff/pull/37) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/README.md b/README.md index a6399b0..58ee699 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v2 - name: Run semver-diff id: semver-diff - uses: tj-actions/semver-diff@v1.2.1 + uses: tj-actions/semver-diff@v2.0.0 - name: Show release type run: | echo "Release type: ${{ steps.semver-diff.outputs.release_type }}" @@ -57,7 +57,7 @@ jobs: - name: Run semver-diff id: semver-diff - uses: tj-actions/semver-diff@v1.2.1 + uses: tj-actions/semver-diff@v2.0.0 - name: Set up Python uses: actions/setup-python@v2 From b46c7e544608535647a131eb92aef338c2f6669c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jun 2022 11:04:26 +0000 Subject: [PATCH 2/7] Update codacy/codacy-analysis-cli-action action to v4.1.0 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index a34b1e0..4b5086e 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@4.0.2 + uses: codacy/codacy-analysis-cli-action@v4.1.0 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 599485cc9c9abf13d631ae534ea7006c48a4e53e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 06:03:32 +0000 Subject: [PATCH 3/7] Update tj-actions/verify-changed-files action to v10 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e8286d1..68c59db 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v9 + uses: tj-actions/verify-changed-files@v10 id: verify_changed_files with: files: | From 3369349fd33b05f70fbf5cf60d7afc5829fda364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:28:45 +0000 Subject: [PATCH 4/7] Update tj-actions/github-changelog-generator action to v1.14 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 1e94280..8a91d6e 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.13 + uses: tj-actions/github-changelog-generator@v1.14 with: output: 'HISTORY.md' - name: Create Pull Request From dbc822da552111bc1e6463c0793f03620b4bbd32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:29:01 +0000 Subject: [PATCH 5/7] Update tj-actions/verify-changed-files action to v11 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 68c59db..9da5e35 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v10 + uses: tj-actions/verify-changed-files@v11 id: verify_changed_files with: files: | From 5c17911c80fcc3d3d59f1793fc1c299626236b07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 01:50:44 +0000 Subject: [PATCH 6/7] Update tj-actions/github-changelog-generator action to v1.15 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 8a91d6e..8d3696e 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.14 + uses: tj-actions/github-changelog-generator@v1.15 with: output: 'HISTORY.md' - name: Create Pull Request From 8b15819228189db00b8294e7f051a22a80f25981 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 19 Sep 2022 11:08:13 -0600 Subject: [PATCH 7/7] chore: upgrade semver tool --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0109072..8ada354 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ if [[ -z $CURRENT_TAG ]]; then fi echo "::debug::Calculating diff..." -PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.2.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}") +PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}") echo "::set-output name=release_type::$PART" echo "::set-output name=old_version::$CURRENT_TAG"