Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-yurchenko committed Jul 2, 2021
1 parent 347236f commit 03d3d85
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.1.0] - 2021-06-28
## [4.1.0] - 2021-07-02
### Added
- [Issue #47](https://github.com/anton-yurchenko/git-release/issues/47) Recreate `Unreleased` release on each execution (*Thanks to [cb80](https://github.com/cb80)*)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ JS_VER := $$(jq -r '.version' package.json)

.PHONY: release
release: build
@if [ "${tag}" != "${DOCKER_VER}" ] || [ "${tag}" != "${DOCKER_VER}" ] || [ "${tag}" != "${JS_VER}" ]; then\
@if [ "${tag}" != "v${DOCKER_VER}" ] || [ "${tag}" != "v${DOCKER_VER}" ] || [ "${tag}" != "v${JS_VER}" ]; then\
echo "---> Inconsistent Versioning!";\
echo "git tag: ${tag}";\
echo "main.go version: ${GO_VER}";\
Expand Down
Binary file modified bin/git-release-linux-amd64
Binary file not shown.
Binary file modified bin/git-release-windows-amd64.exe
Binary file not shown.

0 comments on commit 03d3d85

Please sign in to comment.