mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Specify that config versions need updating as well (#564)
Our default config files carry a version specifier as well to make diagnosis easier. You need to update them with the version bump PR!
This commit is contained in:
parent
c1b68089ab
commit
a98df84c59
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
|
||||
## 1. Minor bump of the version ([example][nushell bump example])
|
||||
- [ ] bump the version with `sd 'version = "0.xx.1"' 'version = "0.xx+1.0"' **/Cargo.toml`
|
||||
- [ ] commit `Cargo.lock`
|
||||
- [ ] bump the version info in the default configs with `sd 'version = 0.xx.1' 'version = 0.xx+1.0' **/*.nu`
|
||||
- [ ] Also commit `Cargo.lock` AFTER running a cargo command (or update via `sd 'version = "0.xx.1"' 'version = "0.xx+1.0"' **/Cargo.lock` assuming no other package carries that version specifier)
|
||||
|
||||
## 2. Tag the [`nushell`] repo
|
||||
> **Warning**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue