This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
generated from frutbits/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ZenShibata
committed
Jul 9, 2023
1 parent
ce40c94
commit f7f752f
Showing
6 changed files
with
98 additions
and
37 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
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,36 +1,36 @@ | ||
{ | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "3.3.0", | ||
"npmClient": "pnpm", | ||
"command": { | ||
"publish": { | ||
"conventionalCommits": true, | ||
"push": true, | ||
"ignoreChanges": [ | ||
"**/tests/**" | ||
], | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": { | ||
"allowBranch": "main", | ||
"conventionalCommits": true, | ||
"push": true, | ||
"createRelease": "github", | ||
"message": "chore(release): publish" | ||
}, | ||
"create": { | ||
"license": "AGPL-3.0", | ||
"keywords": [ | ||
"plugin", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire" | ||
] | ||
} | ||
} | ||
} | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "4.0.0", | ||
"npmClient": "pnpm", | ||
"command": { | ||
"publish": { | ||
"conventionalCommits": true, | ||
"push": true, | ||
"ignoreChanges": [ | ||
"**/tests/**" | ||
], | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"version": { | ||
"allowBranch": "main", | ||
"conventionalCommits": true, | ||
"push": true, | ||
"createRelease": "github", | ||
"message": "chore(release): publish" | ||
}, | ||
"create": { | ||
"license": "AGPL-3.0", | ||
"keywords": [ | ||
"plugin", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire" | ||
] | ||
} | ||
} | ||
} |
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
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