Finish release script

This commit is contained in:
Daniel Flanagan 2023-06-16 12:57:21 -05:00
parent b2245cafb4
commit 0200cfb4a7
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,6 @@ default: test
release: srcinfo namcap release: srcinfo namcap
@fish release.fish @fish release.fish
test: namcap test: namcap
srcinfo: srcinfo:

View file

@ -8,4 +8,5 @@ if ! test $yn = "y"
exit 1 exit 1
end end
git commit git commit
git push git push
echo "You will need to cd to each package and commit and push as well."