Skip to content

Commit

Permalink
fix: git add versioning files
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 20, 2022
1 parent 825a19e commit 63f2ed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.12
1.21.13
2 changes: 1 addition & 1 deletion DevTools/choco/CapsLockX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>CapsLockX</id>
<version>1.21.12</version>
<version>1.21.13</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2021</copyright>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"standard-version": {
"scripts": {
"postbump": "node DevTools/versioning.node.mjs"
"postbump": "node DevTools/versioning.node.mjs && git add ."
}
},
"repository": {
Expand Down

0 comments on commit 63f2ed7

Please sign in to comment.