Closed github-actions[bot] closed 1 year ago
Release workflow run: https://github.com/npm/cacache/actions/runs/4865450902
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=198
[ ] 1. Merge release PR :rotating_light: Merging this will auto publish :rotating_light:
gh pr merge 198 -R npm/cacache --rebase
[ ] 2. 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.1.0
https://github.com/npm/cacache/releases/tag/v17.1.0
:robot: I have created a release beep boop
17.1.0 (2023-05-02)
Features
2e83cfc
#200 write: accept multiple integrity algorithms (#200) (@wraithgar)Bug Fixes
62b2d8d
#199 don't clobber time when verifying cache (#199) (@wraithgar)e227c50
#197 verify: allow for entries with multiple hashes (#197) (@wraithgar)Documentation
1b3774e
#201 update readme links (#201) (@wraithgar)This PR was generated with Release Please. See documentation.