Skip to content

Commit

Permalink
chore: new version %NEW_VERSION%
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Dec 14, 2022
1 parent f707ea6 commit 4b64199
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .r-tool.json
Expand Up @@ -2,8 +2,8 @@
"hooks": {
"pre": [
{ "command": "yarn" },
{ "command": "dotnet", "args":"b" },
{ "command": "dotnet", "args":"b poke:version -s" },
{ "command": "b" },
{ "command": "b", "args":"poke:version -s" },
{ "command": "yarn", "args": "changelog" },
{ "command": "git", "args": "add ."},
{ "command": "git", "args": "commit -m \"chore: new version %NEW_VERSION%\""},
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,5 @@
## (2022-12-14)




2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xenial.rtool",
"version": "0.0.4",
"version": null,
"main": "index.js",
"repository": "https://github.com/xenial-io/Xenial.RTool.git",
"author": "Manuel Grundner <m.grundner@delegate.at>",
Expand Down

0 comments on commit 4b64199

Please sign in to comment.