Closed github-actions[bot] closed 1 year ago
Release workflow run: https://github.com/npm/cmd-shim/actions/runs/3689860579
This PR will be updated and CI will run for every non-chore:
commit that is pushed to main
. To force CI to update this PR, run this command:
gh workflow run release.yml -r main
[ ] 1. Checkout the release branch and test
gh pr checkout 97 --force
npm update
npm test
gh pr checks --watch
[ ] 2. Publish
npm publish
[ ] 3. Merge release PR
gh pr merge --rebase
git checkout main
git fetch
git reset --hard origin/main
[ ] 4. Check For Release Tags
Release Please will run on the just pushed release commit and create GitHub releases and tags for each package.
gh run watch `gh run list -w release -b main -L 1 --json databaseId -q ".[0].databaseId"`
:robot: Release is at https://github.com/npm/cmd-shim/releases/tag/v6.0.1 :sunflower:
:robot: I have created a release beep boop
6.0.1 (2022-12-13)
Bug Fixes
a32b3a0
#96 drop the -S flag from env (#96) (@nlf, @yeldiRium)This PR was generated with Release Please. See documentation.