From 0200cfb4a72a46cd958e6d1d6d83a1642e4960cb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 16 Jun 2023 12:57:21 -0500 Subject: [PATCH] Finish release script --- makefile | 1 - release.fish | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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