Skip to content

Commit

Permalink
Merge branch 'td-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Dohnalek committed Oct 17, 2018
2 parents 62e66e6 + 9b96353 commit d90f956
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
go test

release:
GOOS=linux GOARCH=amd64 go build -ldflags "$(LDFLAGS)" -o goenvtemplator-amd64
GOOS=linux GOARCH=amd64 go build -ldflags "$(LDFLAGS)" -o goenvtemplator-amd64
tar -cJf goenvtemplator.tar.xz goenvtemplator-amd64
tar -tvf goenvtemplator.tar.xz

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
goenvtemplator (2.0.0~rc4) Seznam; urgency=medium

* DEPRECATION: require built-in function is now deprecated; use required built-in instead.
* Added required built-in function (same as helm).
* Added envall built-in function.
* Added -delim-left and -delim-right options.
* Updated godotenv version.

-- Tomas Dohnalek <[email protected]> Wed, 17 Oct 2018 08:54:20 +0200

goenvtemplator (2.0.0~rc3) Seznam; urgency=medium

* Binary name changed to goenvtemplator2 to support dual installation of both major versions.
Expand Down

0 comments on commit d90f956

Please sign in to comment.