mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
update of the release doc
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
# 2) run it: sh util/update-version.sh
|
||||
# 3) Do a spot check with "git diff"
|
||||
# 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)
|
||||
# 6) Run util/publish.sh --do-it
|
||||
# 7) In some cases, you might have to fix dependencies and run import
|
||||
# 5) git commit -m "New release"
|
||||
# 6) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore)
|
||||
# 7) Run util/publish.sh --do-it
|
||||
# 8) In some cases, you might have to fix dependencies and run import
|
||||
|
||||
FROM="0.0.17"
|
||||
TO="0.0.18"
|
||||
|
||||
Reference in New Issue
Block a user