1
1
mirror of https://github.com/tweag/nickel.git synced 2024-07-07 08:26:29 +03:00
nickel/scripts
Yann Hamdaoui 7f9eb5ab2a
Update the release.sh script (#1952)
Update the release script by adding some missing `git add`, which were
lost when switching to using Topiary from crates.io.

Doing so, we also remove the `--dry-run` step before publishing: the
usual workflow is to perform the dry run test, and if it succeeds,
immediately do the actual publication. This isn't very useful: if the
dry run fails, we could have run the actual publication as well, which
would have fail in the same way, so this makes no difference. However,
if the dry run succeeds, we recompile each package one more time from
scratch, performing the exact same work for publication, which is
wasteful. At this point of the release script, we clearly intend to
release and we should just use `cargo publish` normally.
2024-06-11 14:12:45 +00:00
..
release.sh Update the release.sh script (#1952) 2024-06-11 14:12:45 +00:00