Skip to content

Commit

Permalink
don't force new release after running prettier on CHANGELOG (gatsbyjs…
Browse files Browse the repository at this point in the history
…#6336)

* don't force new release after running prettier on CHANGELOG

* run prettier on changelog after generating it and before staging files for publish commit
  • Loading branch information
pieh authored and KyleAMathews committed Jul 9, 2018
1 parent a7a892d commit 32d6e52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"cdVersion": "prerelease",
"conventionalCommits": true,
"message": "chore(release): Publish",
"preid": "beta"
"preid": "beta",
"ignoreChanges": [
"CHANGELOG.md"
]
}
},
"loglevel": "success",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch",
"test_bkup": "npm-run-all -s lint test-node test-integration",
"version": "prettier --write \"**/CHANGELOG.md\" --no-semi",
"watch": "lerna run watch --no-sort --stream --concurrency 999"
},
"workspaces": [
Expand Down

0 comments on commit 32d6e52

Please sign in to comment.