cargo-release v0.15.0 Release Notes

Release Date: 2021-06-19 // almost 3 years ago
  • โž• Added

    • push-options to send flags to the server, on push. Current limitations include:
      • Only on branch and not tag push
      • Operates at the workspace level
      • No placeholders are supported

    ๐Ÿ”„ Changed

    • disable-push, push-remote now only apply at the workspace level, when in a workspace.
    • ๐Ÿท tags are pushed before branch as requested in #250