-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add feedback for semantic-release
Do this to align with LO standard implementation
- Loading branch information
Showing
5 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enforceSemanticCommits: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lifeomic/cli", | ||
"version": "13.6.0", | ||
"version": "0.0.0", | ||
"description": "CLI for interacting with the LifeOmic PHC API.", | ||
"main": "lo.js", | ||
"author": "LifeOmic <[email protected]>", | ||
|
@@ -17,8 +17,7 @@ | |
"lint": "eslint .", | ||
"pretest": "yarn lint", | ||
"test": "ava --serial --verbose test/unit", | ||
"build": "./build.sh", | ||
"semantic-release": "semantic-release" | ||
"build": "./build.sh" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
|
@@ -54,12 +53,13 @@ | |
"@lifeomic/eslint-plugin-node": "^1.3.0", | ||
"ava": "^0.25.0", | ||
"axios-mock-adapter": "^1.19.0", | ||
"conventional-changelog-conventionalcommits": "^4.6.3", | ||
"eslint": "^4.19.1", | ||
"memory-streams": "^0.1.3", | ||
"pkg": "^4.4.3", | ||
"proxyquire": "^2.1.0", | ||
"sinon": "^4.5.0", | ||
"semantic-release": "^19.0.2" | ||
"semantic-release": "^19.0.2", | ||
"sinon": "^4.5.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "plugin:@lifeomic/node/recommended" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters