Skip to content

Commit c698d60

Browse files
remove trivial log step
1 parent e5fc0e4 commit c698d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-prerelease-branch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ jobs:
144144
git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
145145
echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
146146
147-
- name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
148-
run: node common/scripts/changelog/change.mjs -m 'Bumped versions for release' --type none
147+
# - name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
148+
# run: node common/scripts/changelog/change.mjs -m 'Bumped versions for release' --type none
149149

150150
# Push groom changes
151151
- name: Create groom file and push changes

0 commit comments

Comments
 (0)