-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit 8e264db
fix: use 'build' type instead of 'chore' in release script
The new commit-msg hook only allows specific commit types (feat, fix, docs,
style, refactor, perf, test, build, ci). Changed release script to use 'build'
type which is appropriate for version bumps and releases.
- Changed commit message from 'chore:' to 'build:'
- Changed PR title from 'chore:' to 'build:'
[AI-assisted debugging and comment]1 parent ca76264 commit 8e264db
File tree
4 files changed
+7
-7
lines changed- crates
- core
- fdev
- scripts
4 files changed
+7
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | - | ||
42 | + | ||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | - | ||
425 | + | ||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | - | ||
436 | + | ||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments