Skip to content

Commit

Permalink
fix(release): schedule release
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli authored and github-actions[bot] committed Aug 29, 2022
1 parent 0b04fe1 commit b723391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dargstack_rgen",
"version": "0.7.7",
"scheduleVersion": "0.7.7",
"scheduleVersion": "0.7.8",
"description": "Generates a DargStack stack project readme.",
"main": "src/generator.js",
"repository": "https://github.com/dargmuesli/dargstack_rgen.git",
Expand Down Expand Up @@ -33,4 +33,4 @@
"prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi",
"test": "node src/generator.js -p test/example_stack -v"
}
}
}

0 comments on commit b723391

Please sign in to comment.