boundary / folsom

Expose Erlang Events and Metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folsom tag 0.6 version is 0.6-51-gdaa75cb

tsloughter opened this issue · comments

I'm curious why in the .app file the version for folsom in the tag 0.6 is 0.6-51-gdaa75cb instead of 0.6.

This breaks build tools like sinan that require dependencies app versions to match the version it claims to be in the path. This I easily fixed by changing the tag in agner to 0.6-51-gdaa75cb, but still would be nice to have version numbers match up.

Thanks!

This is because I have folsom set to use rebar's git support for version numbers ie '{vsn, git}' in the app file.

I should mention that the sha is added when the there isn't a tag for that specific sha.

0.6-51-gdaa75cb

VERSION-COMMITSSINCEVERSION-SHA

Ah, ok. I'll just make the agner tags with the version in the app files then. Thanks.