From 33114b70906b9794d57315a32dcc473b6a3c42c8 Mon Sep 17 00:00:00 2001 From: The-EDev Date: Wed, 27 Oct 2021 11:15:42 +0300 Subject: [PATCH] corrected typo in final instructions --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 5aaf35663..7953da485 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -98,6 +98,6 @@ prYellow "Release for Crow-$VERSION was made successfully. To publish the releas 3. Upload the \"crow-$VERSION.deb\", \"crow-v$VERSION.tar.gz\" and \"crow_all.h\" files to the release. 4. Update the changelog in \"$RELEASE_AUR_PATH\". 5. push the changes to AUR (using git and only if AUR update ran without errors). -6. Open issues to update the pakcages in VCPKG and ConanCenter." +6. Open issues to update the packages in VCPKG and ConanCenter." exit 0