Skip to content

Commit 08177cf

Browse files
Removed update changelog workflow
1 parent af8bf60 commit 08177cf

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@ jobs:
1212
needs: calculate_next_version
1313
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
with:
15-
version: ${{ needs.calculate_next_version.outputs.version }}
16-
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
18-
needs: calculate_next_version
19-
with:
20-
ref: ${{github.ref_name}}
21-
future-release: ${{ needs.calculate_next_version.outputs.version }}
22-
release-branch: 'release'
15+
version: ${{ needs.calculate_next_version.outputs.version }}

0 commit comments

Comments
 (0)