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
|
release: srcinfo namcap
|
||||||
@fish release.fish
|
@fish release.fish
|
||||||
|
|
||||||
|
|
||||||
test: namcap
|
test: namcap
|
||||||
|
|
||||||
srcinfo:
|
srcinfo:
|
||||||
|
|
|
@ -9,3 +9,4 @@ if ! test $yn = "y"
|
||||||
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."
|
Loading…
Reference in a new issue