Skip to content

Commit 0710ed3

Browse files
committed
initial release.
1 parent ce840d4 commit 0710ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function commit(argv) {
6464
)
6565
)
6666

67-
const result = commitChanges(newVersion, msg)
67+
const result = commitChanges(newVersion, msg, argv.branch)
6868
if (!result)
6969
throw new Error('git command error.')
7070

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotstxt-util",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "RFC 5234 spec compliant robots.txt builder and parser. 🦾",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)