We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eb304 commit 4693abeCopy full SHA for 4693abe
1 file changed
.github/workflows/create-release.yml
@@ -116,7 +116,7 @@ jobs:
116
with:
117
node-version: ${{ env.node-version }}
118
119
- - run: npm install --global keep-a-changelog@2
+ - run: npm install --global keep-a-changelog@2 prettier
120
121
- if: needs.prepare.outputs.version-type != 'production'
122
name: Tag unreleased as latest
@@ -125,6 +125,9 @@ jobs:
125
- name: Extract latest entry
126
run: npx keep-a-changelog --format markdownlint --latest-release-full | tee ./CHANGELOG.latest.md
127
128
+ - name: Format extracted entry
129
+ run: npx prettier CHANGELOG.latest.md --tab-width 3 --write
130
+
131
- name: Upload changelog
132
uses: actions/upload-artifact@v7
133
0 commit comments