From edd9f25d7c09979b2cd0b9ec2fc3958fce5463a7 Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <996881204@qq.com> Date: Sun, 17 Sep 2023 00:46:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20discord=20=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=EF=BC=9B=E4=BF=AE=E5=A4=8D=20conventional-ch?= =?UTF-8?q?angelog-cli=20=E7=9A=84=E7=89=88=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 16 +++++++++------- package.json | 2 +- src/index.ts | 1 + 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7aa8d..e2b65a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - open-pull-requests-limit: 20 - schedule: - interval: "daily" - time: "19:00" - timezone: "Asia/Shanghai" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 20 + schedule: + interval: "daily" + time: "19:00" + timezone: "Asia/Shanghai" + ignore: + - dependency-name: "conventional-changelog-cli" diff --git a/package.json b/package.json index 5b0a97d..08e11a0 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "commitizen": "^4.2.3", - "conventional-changelog-cli": "4.1.0", + "conventional-changelog-cli": "2.2.2", "conventional-changelog-cmyr-config": "2.1.0", "cross-env": "^7.0.3", "cz-conventional-changelog": "^3.3.0", diff --git a/src/index.ts b/src/index.ts index 46bd8d6..99256ac 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ export * from './push/custom-email' export * from './push/dingtalk' +export * from './push/discord' export * from './push/i-got' export * from './push/push-deer' export * from './push/push-plus'