Skip to content

Commit 2b1ffe6

Browse files
committed
ci: add/update release workflow
1 parent b53fed7 commit 2b1ffe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1
2525

2626
# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
27-
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.1.0
27+
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.2.0
2828

2929
jobs:
3030
release:
@@ -123,7 +123,7 @@ jobs:
123123
needs: [release]
124124
if: ${{ !inputs.dryRun && needs.release.outputs.release-published != 'false' }}
125125

126-
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@2740e518e1d9ea2e965a901281e051ea26e3512c # v4.1.0
126+
uses: wetransform/gha-workflows/.github/workflows/dockerfile-publish.yml@11ac55c836e622b4a3c944e057f9067cfdc6ab11 # v4.1.1
127127
with:
128128
checkout-ref: refs/tags/v${{needs.release.outputs.release-version}} # check out release tag
129129
tag: ${{needs.release.outputs.release-version}}

0 commit comments

Comments
 (0)