From b932e21ee22e38aaaa9231dccad5548e645c66d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 20 Aug 2024 09:30:00 +0200 Subject: [PATCH] chore: Prepare for release 1.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index be2a7857..3875bf00 100644 --- a/release.sh +++ b/release.sh @@ -39,7 +39,7 @@ case $input in git add appinfo/info.xml # Bump npm version, commit and tag - npm version -f $version + npm version --allow-same-version -f $version # Show the result git log -1 -p