Compare commits
No commits in common. "main" and "pagetop-v0.4.0" have entirely different histories.
main
...
pagetop-v0
2 changed files with 271 additions and 291 deletions
555
Cargo.lock
generated
555
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -88,13 +88,12 @@ git-cliff --unreleased "${COMMON_ARGS[@]}"
|
||||||
echo "CHANGELOG generated at '$CHANGELOG_FILE'"
|
echo "CHANGELOG generated at '$CHANGELOG_FILE'"
|
||||||
|
|
||||||
# Pregunta por la revisión del archivo de cambios generado
|
# Pregunta por la revisión del archivo de cambios generado
|
||||||
echo "Do you want to review the changelog before continuing? [y/N]"
|
read -p "Do you want to review the changelog before continuing? (y/n) " -r || exit 1
|
||||||
read -r REPLY
|
echo
|
||||||
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
|
||||||
${EDITOR:-nano} "$CHANGELOG_FILE"
|
${EDITOR:-nano} "$CHANGELOG_FILE"
|
||||||
fi
|
fi
|
||||||
echo "Do you want to proceed with the release of $CRATE? [y/N]"
|
read -p "Do you want to proceed with the release of $CRATE? (y/n) " -r || exit 1
|
||||||
read -r REPLY
|
|
||||||
echo
|
echo
|
||||||
if [[ ! "$REPLY" =~ ^[Yy]$ ]]; then
|
if [[ ! "$REPLY" =~ ^[Yy]$ ]]; then
|
||||||
echo "Aborting release process." >&2
|
echo "Aborting release process." >&2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue