Skip to content

Commit dee420b

Browse files
authored
chore: set FileCache changeset to patch to avoid unintended major bump (#1867)
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
1 parent 7fce466 commit dee420b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/export-file-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@bifold/core": minor
2+
'@bifold/core': patch
33
---
44

55
Export `FileCache` and `CacheDataFile` from `@bifold/core` so downstream packages can subclass `FileCache` without duplicating the implementation.

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Update Release PR or Publish
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -10,6 +11,7 @@ on:
1011
- 'packages/**'
1112
- 'package.json'
1213
- 'yarn.lock'
14+
- '.changeset/**'
1315

1416
permissions:
1517
pull-requests: write

0 commit comments

Comments
 (0)