Skip to content

Commit

Permalink
版本号基于master分支生成
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Jan 7, 2022
1 parent 0413ca7 commit 8e2b294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.5.74",
"version": "0.5.51",
"description": "DooTask is task management system.",
"main": "main.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.5.74",
"version": "0.5.51",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function runExec(command, cb) {
});
}

runExec("git rev-list --all --count", function (err, response) {
runExec("git rev-list --branches master --count", function (err, response) {
if (err) {
console.error(err);
return;
Expand Down

0 comments on commit 8e2b294

Please sign in to comment.