tweak the release script a little
This commit is contained in:
parent
fca7e53a0d
commit
8f7ca33e8a
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ This will do everything needed to release a new version:
|
||||||
- publish crates on crates.io
|
- publish crates on crates.io
|
||||||
- upload artifacts to a new release on github
|
- upload artifacts to a new release on github
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
echo "Previewing changes..."
|
||||||
|
cargo smart-release --update-crates-index --no-changelog --no-tag --no-push --no-publish
|
||||||
|
|
||||||
if [ "$DRY_RUN" = true ]; then
|
if [ "$DRY_RUN" = true ]; then
|
||||||
echo "This is a dry run, nothing will be done. Artifacts will be built, but not published. Use --execute to do it for real."
|
echo "This is a dry run, nothing will be done. Artifacts will be built, but not published. Use --execute to do it for real."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue