File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"auto:changelog" : " yarn auto changelog" ,
14
14
"auto:version" : " yarn version --`auto version`" ,
15
15
"auto:release" : " yarn auto:changelog && yarn auto:version" ,
16
- "release" : " git fetch --tags --force && git checkout -b release/$(date +'%Y-%m-%d') && yarn auto:release && yarn update:version && git push -u origin head"
16
+ "release" : " git fetch --tags --force && git checkout -b release/$(date +'%Y-%m-%d') && yarn auto:release && yarn update:version && git add . && git commit -m 'Update version' && git push -u origin head"
17
17
},
18
18
"dependencies" : {
19
19
"date-fns" : " ^2.29.3" ,
Original file line number Diff line number Diff line change 1
- export const BOT_VERSION = "0.1.1 " ; export const BOT_UPDATED_AT = "11-Apr-2023"
1
+ export const BOT_VERSION = "0.1.2 " ; export const BOT_UPDATED_AT = "11-Apr-2023"
You can’t perform that action at this time.
0 commit comments