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 May 30, 2022
1 parent 48d372c commit 0481e9c
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.0",
"scheduleVersion": "0.6.55",
"scheduleVersion": "0.7.1",
"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 0481e9c

Please sign in to comment.