🚧 Validación en curso
This commit is contained in:
parent
3cdc8b61aa
commit
1b49015654
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1600,7 +1600,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pagetop-build"
|
||||
version = "0.1.1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"grass",
|
||||
"static-files",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop-build"
|
||||
version = "0.1.1"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
description = """
|
||||
|
|
|
@ -90,7 +90,7 @@ if [[ ! "$REPLY" =~ ^[Yy]$ ]]; then
|
|||
fi
|
||||
|
||||
# Si hay cambios y procede, añade al stage (cargo-release hará el commit)
|
||||
if git status --porcelain -- "$CHANGELOG_FILE" | grep -qE '^( M|A |??)'; then
|
||||
if [[ -n $(git status --porcelain -- "$CHANGELOG_FILE") ]]; then
|
||||
if [[ "$STAGE" == "--stage" ]]; then
|
||||
git add "$CHANGELOG_FILE"
|
||||
echo "Staged $CHANGELOG_FILE for commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue