mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
apply some minor markdown style fixes (#562)
This commit is contained in:
parent
a98df84c59
commit
9a459565bb
1 changed files with 5 additions and 5 deletions
|
@ -10,9 +10,9 @@
|
|||
> `nu-ansi-term` is typically released only when there are changes to publish.
|
||||
> `reedline` is typically released on the same schedule as Nushell.
|
||||
|
||||
> **Note**
|
||||
> **Note**
|
||||
> in the following, `dep` denotes either the `reedline` or the `nu-ansi-term` remote
|
||||
> e.g. *https://github.com/nushell/reedline* or *git@github.com:nushell/nu-ansi-term*,
|
||||
> e.g. `https://github.com/nushell/reedline` or `git@github.com:nushell/nu-ansi-term`,
|
||||
> depending on the dependency being installed
|
||||
|
||||
- [ ] bump the version (example with [`reedline`][reedline bump example] and [`nu-ansi-term`][nu-ansi-term bump example])
|
||||
|
@ -33,16 +33,16 @@
|
|||
> this is maybe the most critical step of the whole release process!!
|
||||
> this step, once pushed to *GitHub* will trigger the release workflows.
|
||||
|
||||
> **Note**
|
||||
> **Note**
|
||||
> in the following, `nushell` will be used to pull and push to the [`nushell`] repo,
|
||||
> e.g. the `nushell` remote would be *https://github.com/nushell/nushell* or *git@github.com:nushell/nushell*
|
||||
> e.g. the `nushell` remote would be `https://github.com/nushell/nushell` or `git@github.com:nushell/nushell`
|
||||
|
||||
- [ ] get the latest version bump commit with `git pull nushell main`
|
||||
- [ ] run `cargo build` to check if it's ok and check last features
|
||||
- [ ] tag the project with `git tag 0.xx.0`
|
||||
- [ ] :warning: push the release tag to *GitHub* `git push nushell main --tags` :warning:
|
||||
|
||||
:point_right: check the [CI jobs](https://github.com/nushell/nushell/actions)
|
||||
:point_right: check the [CI jobs](https://github.com/nushell/nushell/actions)
|
||||
:point_right: check that there is the same number of targets compared to [last release](https://github.com/nushell/nushell/releases/latest)
|
||||
|
||||
## 3. Publish `nu` to *crates.io*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue