mirror of
https://github.com/Luzifer/git-changerelease.git
synced 2024-12-20 11:01:16 +00:00
add metadata
This commit is contained in:
parent
72b0be70a4
commit
73a387b378
3 changed files with 16 additions and 0 deletions
5
.gobuilder.yml
Normal file
5
.gobuilder.yml
Normal 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
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
script: go test .
|
|
@ -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
|
||||
|
||||
`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.
|
||||
|
|
Loading…
Reference in a new issue