1
Fork 0
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:
Stefan Holderbach 2023-07-26 14:20:03 +02:00 committed by GitHub
parent c1b68089ab
commit a98df84c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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**