Skip to content

Commit

Permalink
ci: add bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jan 26, 2024
1 parent 2b3ddb5 commit f3fde53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from "bumpp";

Check failure on line 1 in bump.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote

Check failure on line 1 in bump.config.ts

View workflow job for this annotation

GitHub Actions / lint

Extra semicolon

export default defineConfig({
all: true,

files: [
"package.json",

Check failure on line 7 in bump.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
"packages/*/package.json",

Check failure on line 8 in bump.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
],
});

Check failure on line 10 in bump.config.ts

View workflow job for this annotation

GitHub Actions / lint

Extra semicolon

0 comments on commit f3fde53

Please sign in to comment.