Skip to content

Commit d494851

Browse files
committed
[auto] run release preconditions
1 parent 6819822 commit d494851

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
77
attributes:
88
value: >-
99
Thanks for taking the time to fill out this bug report!
10-
11-
10+
11+
1212
By filling out the form you are giving me a clear description of the
1313
bug, which helps me to fix the bug more quickly. :)
1414
- type: checkboxes

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
description: >-
1111
If your feature request is related to a problem, please provide clear
1212
and concise description the problem.
13-
placeholder: ' I''m always frustrated when...'
13+
placeholder: " I'm always frustrated when..."
1414
- type: textarea
1515
attributes:
1616
label: Describe the Feature you'd Like

esbuild.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ const context = await esbuild.context({
6666
const build = await context.rebuild();
6767
console.log(await analyzeMetafile(build.metafile));
6868

69-
const file = Bun.file('meta.txt')
69+
const file = Bun.file('meta.txt');
7070
await Bun.write(file, JSON.stringify(build.metafile, null, '\t'));
71-
process.exit(0)
71+
process.exit(0);

0 commit comments

Comments
 (0)