Chore/bump version (#675)

* add icons and additionally hint to release script

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>

* bump version up to 0.6.2

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>

---------

Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
This commit is contained in:
Florian
2023-11-13 13:57:15 +01:00
committed by GitHub
parent a12ab54c49
commit 3010f08570
4 changed files with 14 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +1,8 @@
# Changelog
## 0.6.2 - 2023-11-13
### Updated
- 🐞 Bug fixing
## 0.6.1 - 2023-11-07
### Updated
- 🏳️ Translations

View File

@ -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.
]]></description>
<version>0.6.1</version>
<version>0.6.2</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com" >Florian Steffens</author>
<namespace>Tables</namespace>

View File

@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.6.1",
"version": "0.6.2",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"