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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# make sure README.md has been updated
|
# make sure CHANGELOG.md has been updated
|
||||||
read -r -p "Has README.md been updated? (Y/n) " CONFIRM
|
read -r -p "Has CHANGELOG.md been updated? (Y/n) " CONFIRM
|
||||||
case "$CONFIRM" in
|
case "$CONFIRM" in
|
||||||
n | N) exit ;;
|
n | N) exit ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user