Closed github-actions[bot] closed 1 year ago
Release workflow run: https://github.com/npm/cacache/actions/runs/4481293601
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 -R npm/cacache -f release-pr=177
[ ] 1. Checkout the release branch and test
gh pr checkout 177 --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 -R npm/cacache -w release -b main -L 1 --json databaseId -q ".[0].databaseId"`
cacache@17.0.5
https://github.com/npm/cacache/releases/tag/v17.0.5
:robot: I have created a release beep boop
17.0.5 (2023-03-21)
Dependencies
a6dd005
#176 bump glob from 8.1.0 to 9.3.1 (#176)This PR was generated with Release Please. See documentation.