From b7abf06b79cc577786f929287b98de347fe2c019 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 9 Dec 2024 09:32:02 -0800 Subject: [PATCH] docs: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) +```