mirror of
https://github.com/nextcloud/tables.git
synced 2025-08-16 15:17:20 +00:00
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:
@ -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
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
# Changelog
|
||||
## 0.6.2 - 2023-11-13
|
||||
### Updated
|
||||
- 🐞 Bug fixing
|
||||
|
||||
## 0.6.1 - 2023-11-07
|
||||
### Updated
|
||||
- 🏳️ Translations
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user