We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7c02f commit ce82d65Copy full SHA for ce82d65
biome.json
@@ -7,7 +7,7 @@
7
},
8
"files": {
9
"ignoreUnknown": false,
10
- "ignore": ["build/**", "node_modules/**"]
+ "ignore": ["build/**", "node_modules/**", "example/**"]
11
12
"formatter": {
13
"enabled": true,
cliff.toml
@@ -85,7 +85,7 @@ footer = """
85
trim = true
86
# postprocessors
87
postprocessors = [
88
- { pattern = '<REPO>', replace = "https://github.com/neuland-ingolstadt/neuland.app-native" }, # replace repository URL
+ { pattern = '<REPO>', replace = "https://github.com/robert27/expo-github-cache" }
89
]
90
# render body even when there are no releases to process
91
# render_always = true
0 commit comments