Skip to content

Commit ce82d65

Browse files
committed
ci: update ignored files in biome.json
1 parent ee7c02f commit ce82d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["build/**", "node_modules/**"]
10+
"ignore": ["build/**", "node_modules/**", "example/**"]
1111
},
1212
"formatter": {
1313
"enabled": true,

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ footer = """
8585
trim = true
8686
# postprocessors
8787
postprocessors = [
88-
{ pattern = '<REPO>', replace = "https://github.com/neuland-ingolstadt/neuland.app-native" }, # replace repository URL
88+
{ pattern = '<REPO>', replace = "https://github.com/robert27/expo-github-cache" }
8989
]
9090
# render body even when there are no releases to process
9191
# render_always = true

0 commit comments

Comments
 (0)