We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a095a commit 4a3056eCopy full SHA for 4a3056e
package.json
@@ -3,6 +3,12 @@
3
"version": "0.0.0",
4
"description": "Opinionated Typescript template for building Discord.js applications",
5
"license": "MIT",
6
+ "scripts": {
7
+ "auto:changelog": "yarn auto changelog",
8
+ "auto:version": "yarn version --`auto version`",
9
+ "auto:release": "yarn auto:changelog && yarn auto:version",
10
+ "release": "git fetch --tags --force && git checkout -b release/$(date +'%Y-%m-%d') && yarn auto:release && git push -u origin head"
11
+ },
12
"dependencies": {
13
"date-fns": "^2.29.3",
14
"discord.js": "^14.8.0",
0 commit comments