diff --git a/makefile b/makefile index 7a404ff..cc3f8a6 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,6 @@ default: test release: srcinfo namcap @fish release.fish - test: namcap srcinfo: diff --git a/release.fish b/release.fish index fb3edca..d172981 100755 --- a/release.fish +++ b/release.fish @@ -8,4 +8,5 @@ if ! test $yn = "y" exit 1 end git commit -git push \ No newline at end of file +git push +echo "You will need to cd to each package and commit and push as well." \ No newline at end of file