Skip to content

Commit ae2b73b

Browse files
author
Garret Meier
committed
chore(ci): skip failing commits
The following commits fail commitlint: ``` 5ed5489 Replace mongodb-extended-json with bson; Fix test e2ab709 Exclude /dist from sublime project file. 187f1fe docs: document the interaction between collation settings and index usage 0dcc73f Lose await in sample code of README ``` After verifying that they don't involve functional changes, we can skip them to trigger a release when this PR is merged.
1 parent 4c7d76c commit ae2b73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ci:commitlint": "commitlint-jenkins --pr-only",
1616
"lint": "eslint .",
1717
"prepublishOnly": "npm run babelBuild && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
18-
"semantic-release": "semantic-release",
18+
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=5ed5489,e2ab709,187f1fe,0dcc73f semantic-release",
1919
"test": "DRIVER=mongoist jest && DRIVER=native jest"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)