Skip to content

Commit 4a3056e

Browse files
authored
Add scripts (#4)
1 parent 18a095a commit 4a3056e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "0.0.0",
44
"description": "Opinionated Typescript template for building Discord.js applications",
55
"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+
},
612
"dependencies": {
713
"date-fns": "^2.29.3",
814
"discord.js": "^14.8.0",

0 commit comments

Comments
 (0)