mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5410 from sylvestre/release-version
update of the release doc
This commit is contained in:
commit
89b03ae6dd
1 changed files with 4 additions and 1 deletions
|
@ -9,10 +9,13 @@
|
||||||
# 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) git commit -m "New release"
|
# 5) git commit -m "New release" (make sure it includes Cargo.lock)
|
||||||
# 6) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore)
|
# 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
|
# 7) Run util/publish.sh --do-it
|
||||||
# 8) In some cases, you might have to fix dependencies and run import
|
# 8) In some cases, you might have to fix dependencies and run import
|
||||||
|
# 9) Tag the release - "git tag 0.0.X && git push --tags"
|
||||||
|
# 10) Create the release on github https://github.com/uutils/coreutils/releases/new
|
||||||
|
# 11) Make sure we have good release notes
|
||||||
|
|
||||||
FROM="0.0.20"
|
FROM="0.0.20"
|
||||||
TO="0.0.21"
|
TO="0.0.21"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue