mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
update-version.sh: document the release process
This commit is contained in:
parent
00c11b184f
commit
661047623c
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
# This is a stupid helper. I will mass replace all versions (including other crates)
|
# This is a stupid helper. I will mass replace all versions (including other crates)
|
||||||
# So, it should be triple-checked
|
# So, it should be triple-checked
|
||||||
|
|
||||||
|
# How to ship a new release:
|
||||||
|
# 1) update this script
|
||||||
|
# 2) run it: bash util/update-version.sh
|
||||||
|
# 3) Do a spot check with "git diff"
|
||||||
|
# 4) cargo test --release --features unix
|
||||||
|
|
||||||
FROM="0.0.7"
|
FROM="0.0.7"
|
||||||
TO="0.0.8"
|
TO="0.0.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue