diff --git a/README.md b/README.md index ba205ebb..adcf1327 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # npm cli release test repo thingy Throwing things against the wall here. + +```sh +$ node node_modules/@npmcli/template-oss/bin/release-please.js --branch="test-branch-name" --defaultTag="latest" +$ set -x GITHUB_REPOSITORY npm/npm-cli-release-please +$ set -x GITHUB_TOKEN (gh auth token) +```