Skip to content

Commit 46305e9

Browse files
committed
Forgot to commit the version
1 parent d2bbf38 commit 46305e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"auto:changelog": "yarn auto changelog",
1414
"auto:version": "yarn version --`auto version`",
1515
"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"
1717
},
1818
"dependencies": {
1919
"date-fns": "^2.29.3",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"

0 commit comments

Comments
 (0)