You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: make_release/Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ There are two threads you can do in parallel: publishing crates and generating r
60
60
:point_right: check that there is the same number of targets compared to [last release](https://github.com/nushell/nushell/releases/latest)
61
61
62
62
## 3. Publish `nu` to *crates.io*
63
-
- [ ] check the order of dependencies with `nushell/nu_scripts/make_release/nu_deps.nu` from the `nushell` repo
64
-
- [ ] release the Nushell crates `nushell/nu_scripts/make_release/nu_release.nu` from the `nushell` repo
63
+
- [ ] check that any new crates that should not be published have `package.publish = false` set in their `Cargo.toml`
64
+
- [ ] release the Nushell crates with `cargo publish --workspace`
65
65
- [ ] **Important!** add any new crates to the `github:nushell:publishing` group on crates.io: `cargo owner --add github:nushell:publishing -p <crate>`
Copy file name to clipboardExpand all lines: make_release/notes/template.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ As part of this release, we also publish a set of optional [plugins](https://www
24
24
25
25
# Table of contents
26
26
27
-
<!-- TODO: once all the content below is finished and committed, `use nu_scripts/make_release/release-note/notes *` and run `write-toc $this_file`. -->
27
+
<ReleaseToc/>
28
28
29
-
# Highlights and themes of this release
29
+
# Highlights and themes of this release <JumpToc/>
30
30
31
31
<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one,
32
32
please add the following snippet to have a "warning" banner :)
@@ -42,18 +42,18 @@ As part of this release, we also publish a set of optional [plugins](https://www
42
42
for the list of available *containers*
43
43
-->
44
44
45
-
# Changes
45
+
# Changes <JumpToc/>
46
46
47
47
{changes}
48
48
49
-
# Notes for plugin developers
49
+
# Notes for plugin developers <JumpToc/>
50
50
51
-
# Hall of fame
51
+
# Hall of fame <JumpToc/>
52
52
53
53
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
0 commit comments