File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010} :
1111buildGoModule {
1212 pname = "ess" ;
13- version = "2.14 .1" ;
13+ version = "2.16 .1" ;
1414 pwd = ./. ;
1515 src = ./. ;
1616 vendorHash = "sha256-ooTP3mS7AEzwJm1JKebL0V2lqVge3WnpFZcbr1f/LIg=" ;
Original file line number Diff line number Diff line change 5353 NEW_TAG=$(svu next | sed 's/^v//g')
5454 [ "$OLD_TAG" == "$NEW_TAG" ] && echo "no version bump" && exit 0
5555 echo default.nix README.md | xargs sed -i "s/$OLD_TAG/$NEW_TAG/g"
56+ echo default.nix README.md | xargs sed -i "s/v$OLD_TAG/v$NEW_TAG/g"
5657 go mod vendor
5758 sed -i "s|vendorHash = \".*\"|vendorHash = \"$(nix hash path ./vendor)\"|g" default.nix
58- git add default.nix main.go README.md
59+ git add default.nix README.md
5960 git commit -m "bump release version" --allow-empty
6061 git tag v$NEW_TAG
6162 git push
You can’t perform that action at this time.
0 commit comments