BUILD: scripts: add an automatic mode for publish-release
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Jun 2017 13:54:39 +0000 (15:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Jun 2017 13:54:39 +0000 (15:54 +0200)
commit7ca88159a18682e413258444b1c087203f598a46
tree3414a2a6d6e06deab7f0872b2c29534f5db156c4
parent600cb57450e928b62d1a3c3f507de251084b434e
BUILD: scripts: add an automatic mode for publish-release

Passing "-a" will make it easier to automatically create archives from
tagged repositories. It doesn't ask any question and doesn't return an
error when the current branch is not tagged nor if the release already
exists.
scripts/publish-release