Skip to content
Snippets Groups Projects
Unverified Commit cb3935bf authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: automatically prettify CHANGELOG.md during release stage

parent 65d0a791
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh"
"prepareCmd": "./scripts/bundle.sh ${nextRelease.version} && ./scripts/package.sh && npx prettier --write CHANGELOG.md"
}
],
"@semantic-release/npm",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment