Finish release script
This commit is contained in:
parent
b2245cafb4
commit
0200cfb4a7
1
makefile
1
makefile
|
@ -4,7 +4,6 @@ default: test
|
|||
release: srcinfo namcap
|
||||
@fish release.fish
|
||||
|
||||
|
||||
test: namcap
|
||||
|
||||
srcinfo:
|
||||
|
|
|
@ -9,3 +9,4 @@ if ! test $yn = "y"
|
|||
end
|
||||
git commit
|
||||
git push
|
||||
echo "You will need to cd to each package and commit and push as well."
|
Loading…
Reference in a new issue