Skip to content

Commit 43473ef

Browse files
committed
fix: r-tool uses r tool now
1 parent 4b64199 commit 43473ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.r-tool.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
{ "command": "yarn", "args": "changelog" },
88
{ "command": "git", "args": "add ."},
99
{ "command": "git", "args": "commit -m \"chore: new version %NEW_VERSION%\""},
10-
{ "command": "git", "args": "push"},
11-
{ "command": "foooooooooooooooo", "args": "push"}
10+
{ "command": "git", "args": "push"}
1211
]
1312
}
1413
}

0 commit comments

Comments
 (0)