Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
🔧 test of commit.after
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed May 4, 2021
1 parent d3907f1 commit 4cfe96f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const OVERRIDE_TEST = false
const commit = OVERRIDE_TEST
? {
after: { ...config.commit.after, scope: ': ' },
format: '{type}{scope}: {subject}',
format: '{type}{scope}{subject}',
maxMessageLength: 64,
minMessageLength: 3,
questions: ['commitTypes', 'commitSubject'],
questions: ['commitScopes', 'commitTypes', 'commitSubject'],
scopes: ['', 'app'],
}
: config.commit
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dry:run": "yarn clean && tsc && node ./dist/cli",
"gitmoji": "./scripts/gitmoji/gitmojiInit.sh && yarn lint-fix",
"lint-eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint-fix": "yarn prettier-fix && eslint . --ext js,jsx,ts,tsx --fix --max-warnings=0",
"lint-fix": "yarn prettier-fix && eslint . --ext js,jsx,ts,tsx,json --fix --max-warnings=0",
"lint-typescript": "yarn typescript",
"lint": "yarn lint-typescript && yarn prettier-check && yarn lint-eslint",
"postpublish": "pinst --enable",
Expand Down

0 comments on commit 4cfe96f

Please sign in to comment.