• Nick Stenning's avatar
    Small tweaks to postversion.sh · aa8ca7ec
    Nick Stenning authored
    - #!/bin/sh is in POSIX, no need for env
    - `set -eu` to explode if something fails or a var isn't defined
    - a simpler way of ensuring we're in the right place to run the releaser
      script.
    - "git push --follow-tags" will push pending commits and annotated tags
      attached to them in a single command
    aa8ca7ec
postversion.sh 173 Bytes