saltstack-formulas / beats-formula

SaltStack formula to manage Elastic Beats platform
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
MIT License
9 stars 18 forks source link

Fix semantic versioning #15

Closed psmiraglia closed 5 years ago

psmiraglia commented 5 years ago

The support for Heartbeat (#14) is a new backward compatible feature so, according to semantic versioning rules, the new version should be 0.2.0 instead of 0.1.2 (backward compatible bugfix).

aboe76 commented 5 years ago

@psmiraglia thanks for the quick pr, @syphernl merged!! :)

psmiraglia commented 5 years ago

FYI, I just tagged with 0.2.0.

myii commented 5 years ago

@psmiraglia You may be interested in the automated semantic versioning that we've got working on the template-formula, using semantic-release. It has also been applied to the vault-formula and is in the process of being applied to the collectd-formula. Feel free to ping me if you want to do this here as well.