diff --git a/.github/workflows/complete-artifact-matrix-all-stable.yml b/.github/workflows/complete-artifact-matrix-all-stable.yml index 982e13d95f5..4e5ee10306d 100644 --- a/.github/workflows/complete-artifact-matrix-all-stable.yml +++ b/.github/workflows/complete-artifact-matrix-all-stable.yml @@ -283,7 +283,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -297,6 +297,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk' diff --git a/.github/workflows/complete-artifact-matrix-all.yml b/.github/workflows/complete-artifact-matrix-all.yml index b3d1d55c567..a366246194c 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -284,7 +284,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -298,6 +298,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk' diff --git a/.github/workflows/complete-artifact-matrix-apps.yml b/.github/workflows/complete-artifact-matrix-apps.yml index 794248650fc..f12e5e84ac1 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -638,7 +638,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -652,6 +652,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk' diff --git a/.github/workflows/complete-artifact-matrix-community-maintained.yml b/.github/workflows/complete-artifact-matrix-community-maintained.yml index cf386ff97d8..025bbe4d212 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -640,7 +640,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -654,6 +654,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk' diff --git a/.github/workflows/complete-artifact-matrix-nightly.yml b/.github/workflows/complete-artifact-matrix-nightly.yml index 6627a915d62..b221132934d 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -644,7 +644,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -658,6 +658,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk' diff --git a/.github/workflows/complete-artifact-matrix-standard-support.yml b/.github/workflows/complete-artifact-matrix-standard-support.yml index 64d0625a807..a935a4fe3b7 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -638,7 +638,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.4.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' @@ -652,6 +652,7 @@ jobs: skip-tag: "${{ steps.versionfile.outputs.skip_tag }}" version-file: "${{ steps.versionfile.outputs.file }}.json" pre-release: "${{ steps.versionfile.outputs.pre_release }}" + pre-release-smart-bump: 'true' git-branch: 'main' tag-prefix: '' pre-release-identifier: 'trunk'