Skip to content

Commit

Permalink
build: include golang version change in release script (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar authored Jun 14, 2023
1 parent 8be7829 commit 8dff94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ release: branch-check

## Change the golang version
sed 's/Version *=.*/Version = "$(version)"/' golang/internal/version/version.go > temp_file && mv temp_file golang/internal/version/version.go
git add golang/internal/version/version.go

## Change version of crux
jq '.version = "$(version)"' web/crux/package.json > web/crux/package.json.tmp
Expand Down

0 comments on commit 8dff94d

Please sign in to comment.