trivago / gollum

An n:m message multiplexer written in Go
http://gollum.readthedocs.org/en/latest/
Apache License 2.0
940 stars 74 forks source link

Add optional release version suffix #250

Closed M3t0r closed 5 years ago

M3t0r commented 5 years ago

The purpose of this pull request

To make it easier for users of gollum to build their custom versions that can also include the versions of their own plugins without manually adding to the gollum version as defined in git and the Makefile.

We are already using this, I just forgot to make a PR last year. Sorry 😞

Config to verify

make all GOLLUM_RELEASE_SUFFIX=1.2.3
make all

Checklist

M3t0r commented 5 years ago

The GitHub UI confused me. This already was merged. But it still shows me the diff in the pull request, and tells me my branch wasn't merged yet.

Never mind.