Commit c698d60 1 parent e5fc0e4 commit c698d60 Copy full SHA for c698d60
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ jobs:
144
144
git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
145
145
echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
146
146
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
149
149
150
150
# Push groom changes
151
151
- name : Create groom file and push changes
You can’t perform that action at this time.
0 commit comments