Skip to content

Commit c8b9835

Browse files
committed
chore: tweak semantic-release configuration
* **policy-resolver:** use an LRU cache instead of a map ([03ad4f7](03ad4f7)) * **store:** add concept of policy statement groups ([#71](#71)) ([094e2e3](094e2e3)) * use an event emitter to invalidate caches ([032ac8d](032ac8d))
1 parent 9ad5356 commit c8b9835

File tree

3 files changed

+8022
-7606
lines changed

3 files changed

+8022
-7606
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ jobs:
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
<<<<<<< HEAD
2324
run: npx semantic-release
25+
=======
26+
run: npx semantic-release --dry-run
27+
>>>>>>> ae55bbc (chore: tweak semantic-release configuration)

0 commit comments

Comments
 (0)