Closed github-actions[bot] closed 2 years ago
[ ] 1. Checkout the release branch and test
gh pr checkout 83 --force
npm i
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.0 :sunflower:
:robot: I have created a release beep boop
6.0.0 (2022-10-11)
⚠️ BREAKING CHANGES
cmd-shim
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
Features
ef99e1c
#88 remove ownership changing features (#88) (@nlf)d5881e8
#82 postinstall for dependabot template-oss PR (@lukekarrys)This PR was generated with Release Please. See documentation.