Commit bc89655
authored
make_release: do not annotate boolean switches in public API (#635)
related to
- nushell/nushell#10456
- nushell/nushell.github.io#1071
## description
after the changes on boolean switches from
nushell/nushell#10456, we need to not annotate
then with `: bool` when part of a public API.
this PR is required for
nushell/nushell.github.io#1071 to move forward.1 parent 907612c commit bc89655
File tree
3 files changed
+4
-4
lines changed- make_release
- release-note
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments