Skip to content

Commit

Permalink
fix: dev: Add increment to git tag (II).
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Jan 12, 2025
1 parent bf07abc commit dcd6ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
AVRO_TOOLS_VERSION=$(AVRO_TOOLS_VERSION) docker compose build avro-tools

changelog:
GIT_TAG=$(AVRO_TOOLS_VERSION) gitchangelog > CHANGELOG.md
GIT_TAG=$(AVRO_TOOLS_VERSION)-$(INCREMENT) gitchangelog > CHANGELOG.md

clean:
docker rm -f avro-tools
Expand Down

0 comments on commit dcd6ba2

Please sign in to comment.