2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-18 01:32:11 +00:00
Hans Hasselberg 586ee2566f
Introducing changelog-gen ()
* add templates for changelog-gen
* add entry files for currently unreleased PRs on master
2020-08-06 23:15:29 +02:00

4 lines
500 B
Plaintext

```release-note:improvement
version: The `version` CLI subcommand was altered to always show the git revision the binary was built from on the second line of output. Additionally the command gained a `-format` flag with the option now of outputting the version information in JSON form. **NOTE** This change has the potential to break any parsing done by users of the `version` commands output. In many cases nothing will need to be done but it is possible depending on how the output is parsed.
```