Skip to content

Commit f1c8b64

Browse files
committed
fix(fallow): add semantic-release dep and remove stale suppression
1 parent 9a11c99 commit f1c8b64

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"mysql2": "^3.20.0",
9494
"pg": "^8.18.0",
9595
"prettier": "^3.8.1",
96+
"semantic-release": "^25.0.0",
9697
"sinon": "^21.0.0",
9798
"tap": "^21.5.0",
9899
"ulid": "^3.0.2",

packages/core/src/store/interface.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// fallow-ignore-file unused-file
21
// This file provides shared JSDoc type definitions used across store implementations
32

43
/**

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
{ type: "ci", release: false },
1616
{ type: "chore", release: false },
1717
{ type: "fix", scope: "config", release: false },
18+
{ type: "fix", scope: "fallow", release: false },
1819
{ type: "feat", scope: "config", release: false }
1920
]
2021
}

0 commit comments

Comments
 (0)