mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix release script, it's the CHANGELOG that needs to be updated
This commit is contained in:
@@ -13,8 +13,8 @@ if [[ "$BRANCH" != "master" ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
# make sure README.md has been updated
|
||||
read -r -p "Has README.md been updated? (Y/n) " CONFIRM
|
||||
# make sure CHANGELOG.md has been updated
|
||||
read -r -p "Has CHANGELOG.md been updated? (Y/n) " CONFIRM
|
||||
case "$CONFIRM" in
|
||||
n | N) exit ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user