Skip to content

Commit

Permalink
wip: 移除 commitMsgPrefix 默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Oct 23, 2024
1 parent 302e0a4 commit d083973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: lzw
* @Date: 2021-09-25 16:15:03
* @LastEditors: renxia
* @LastEditTime: 2024-10-23 15:57:19
* @LastEditTime: 2024-10-23 16:02:21
* @Description:
*/

Expand Down Expand Up @@ -70,7 +70,7 @@ export const config: FlhConfig = {
jira: {
mode: 'current',
type: 'commit',
commitMsgPrefix: '[ET]',
commitMsgPrefix: '', // '[ET]'
sealedCommentAuthors: [],
jiraHome: '',
issuePrefix: [],
Expand Down

0 comments on commit d083973

Please sign in to comment.