From d5910e1d400c0c674a8dd75ca9db3ffd4ba9a43f Mon Sep 17 00:00:00 2001 From: Florian Steffens Date: Mon, 13 Nov 2023 08:46:35 +0100 Subject: [PATCH 1/2] add icons and additionally hint to release script Signed-off-by: Florian Steffens --- .scripts/release.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.scripts/release.sh b/.scripts/release.sh index 5f4c2b527..3c285e6fa 100755 --- a/.scripts/release.sh +++ b/.scripts/release.sh @@ -5,18 +5,18 @@ cd .. echo echo "🚀 Lets make a new release!" echo "===========================" - echo echo "Preparation steps:" -echo " - krankerl is installed" -echo " - Sign keys are under '~/.nextcloud'" +echo " 🚨 Run this from inside the folder .scripts" +echo " 🧑‍💻 krankerl is installed" +echo " 🔐 Sign keys are under '~/.nextcloud'" echo -echo " - All code changes are committed and merged" -echo " - CI is green" +echo " ✅ All code changes are committed and merged" +echo " 🍀 CI is green" echo -echo " - Version number bumped" -echo " - File 'releaseNotes.md' is up to date" -echo " - Update screenshots if needed" +echo " 💯 Version number bumped" +echo " 💬 File 'releaseNotes.md' is up to date" +echo " 📺 Update screenshots if needed" echo read -r -p "Are all the prepare steps done? [y/N] " CONFIRMATION From 5e2e586b8a8ddce1736cdb684bbd1f753b1ff9ac Mon Sep 17 00:00:00 2001 From: Florian Steffens Date: Mon, 13 Nov 2023 08:48:07 +0100 Subject: [PATCH 2/2] bump version up to 0.6.2 Signed-off-by: Florian Steffens --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed449142..115ea7af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 0.6.2 - 2023-11-13 +### Updated +- 🐞 Bug fixing + ## 0.6.1 - 2023-11-07 ### Updated - 🏳️ Translations diff --git a/appinfo/info.xml b/appinfo/info.xml index 07c7291a1..f6356cc5a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.6.1 + 0.6.2 agpl Florian Steffens Tables diff --git a/package.json b/package.json index c19e4d88c..a3c9b7cd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.6.1", + "version": "0.6.2", "author": "Florian Steffens