We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce840d4 commit 0710ed3Copy full SHA for 0710ed3
dev/commit.js
@@ -64,7 +64,7 @@ function commit(argv) {
64
)
65
66
67
- const result = commitChanges(newVersion, msg)
+ const result = commitChanges(newVersion, msg, argv.branch)
68
if (!result)
69
throw new Error('git command error.')
70
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "robotstxt-util",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "RFC 5234 spec compliant robots.txt builder and parser. 🦾",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments