Skip to content

Instantly share code, notes, and snippets.

@yyynnn
Created March 17, 2020 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyynnn/4b927be6829568c945285ccfdb55386b to your computer and use it in GitHub Desktop.
Save yyynnn/4b927be6829568c945285ccfdb55386b to your computer and use it in GitHub Desktop.
sem rel package.json
// package.json
{
"name": "semantic_release_example",
"description": "example frontend app",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitlab.com/yyynnn/semantic_release_example.git"
},
"config": {
"commitizen": {
"path": "./config/cz-coventional-changelog-custom",
"maxHeaderWidth": 100,
"maxLineWidth": 100,
"defaultType": "",
"defaultScope": "",
"defaultSubject": "",
"defaultBody": "",
"defaultIssues": ""
}
},
... rest of the config
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment