1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-01 13:17:53 +02:00

leave bump commits out of release notes

This commit is contained in:
Jesse Duffield 2018-08-18 17:13:12 +10:00
parent 671c693459
commit b9ef1a4d67
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ builds:
- arm64
- 386
ldflags:
- -s -w -X main.version={{.Version}} -X main.tag={{.Tag}} -X main.date={{.Date}} -X main.commit={{.Commit}} -X "main.goos={{.Os}} -X "main.arch={{.Arch}} -X "main.arm={{.Arm}}"
- -s -w -X main.version={{.Version}} -X main.tag={{.Tag}} -X main.date={{.Date}} -X main.commit={{.Commit}} -X main.goos={{.Os}} -X main.arch={{.Arch}} -X main.arm={{.Arm}}
archive:
replacements:
@ -36,6 +36,7 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^bump'
brew:
# Reporitory to push the tap to.
github:

View File

@ -1 +1 @@
v0.1.67
v0.1.69