Skip to content

Commit

Permalink
fix: 修复 discord 的导出;修复 conventional-changelog-cli 的版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Sep 16, 2023
1 parent 7ac075c commit edd9f25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit edd9f25

Please sign in to comment.