1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 14:14:20 +00:00

add metadata

This commit is contained in:
Knut Ahlers 2016-07-14 14:33:40 +02:00
parent 72b0be70a4
commit 73a387b378
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 16 additions and 0 deletions

5
.gobuilder.yml Normal file
View file

@ -0,0 +1,5 @@
build_matrix:
general:
ldflags:
- "-X main.version=$(git describe --tags || git rev-parse --short HEAD || echo dev)"

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
go:
- 1.6
- tip
script: go test .

View file

@ -1,3 +1,7 @@
![license](https://badges.fyi/github/license/Luzifer/git-changerelease)
[![download](https://badges.fyi/static/download/on GoBuilder.me)](https://gobuilder.me/github.com/Luzifer/git-changerelease)
![travis](https://badges.fyi/travis/Luzifer/git-changerelease)
# Luzifer / git-changerelease # Luzifer / git-changerelease
`git-changerelease` is a git-subcommand to write the changelog in a consistent format and tag it using [semantic versioning](http://semver.org/). You can see the version it writes in the [History.md](History.md) file in this repository. `git-changerelease` is a git-subcommand to write the changelog in a consistent format and tag it using [semantic versioning](http://semver.org/). You can see the version it writes in the [History.md](History.md) file in this repository.