Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/bump version #675

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.6.2 - 2023-11-13
### Updated
- 🐞 Bug fixing

## 0.6.1 - 2023-11-07
### Updated
- 🏳️ Translations
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading