mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
update of the release doc
This commit is contained in:
parent
ea3e4c5ca6
commit
a0f4576f8a
1 changed files with 4 additions and 3 deletions
|
@ -7,9 +7,10 @@
|
||||||
# 2) run it: sh util/update-version.sh
|
# 2) run it: sh util/update-version.sh
|
||||||
# 3) Do a spot check with "git diff"
|
# 3) Do a spot check with "git diff"
|
||||||
# 4) cargo test --release --features unix
|
# 4) cargo test --release --features unix
|
||||||
# 5) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore)
|
# 5) git commit -m "New release"
|
||||||
# 6) Run util/publish.sh --do-it
|
# 6) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore)
|
||||||
# 7) In some cases, you might have to fix dependencies and run import
|
# 7) Run util/publish.sh --do-it
|
||||||
|
# 8) In some cases, you might have to fix dependencies and run import
|
||||||
|
|
||||||
FROM="0.0.17"
|
FROM="0.0.17"
|
||||||
TO="0.0.18"
|
TO="0.0.18"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue