File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -55,4 +55,25 @@ accept your pull requests.
55
55
56
56
npm run fix
57
57
58
- [ node ] : https://nodejs.org/en/
58
+ ## Testing a new feature using CLI
59
+
60
+ 1 . After you've written some new code, in order to test it out, you can use the [ CLI] [ CLI ] .
61
+
62
+ The below command should be run from the root of the source code:
63
+
64
+ ```
65
+ node build/src/bin/release-please.js release-pr \
66
+ --token=$GITHUB_TOKEN \
67
+ --repo-url=<owner>/<repo> [extra options]
68
+ ```
69
+
70
+ It is equivalent to running the CLI command:
71
+
72
+ ```
73
+ release-please release-pr \
74
+ --token=$GITHUB_TOKEN \
75
+ --repo-url=<owner>/<repo> [extra options]
76
+ ```
77
+
78
+ [ node ] : https://nodejs.org/en/
79
+ [ CLI ] : https://github.com/googleapis/release-please/blob/main/docs/cli.md/
You can’t perform that action at this time.
0 commit comments