From 146a8b0c40b3c44e9d3d043e7a3368794e6ea961 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Mon, 27 Mar 2023 20:32:36 -0500 Subject: [PATCH] Fix automated Flathub packaging --- .github/workflows/deploy.yml | 4 ++++ CHANGELOG.md | 4 ++++ assets/com.hunterwittenborn.Celeste.metainfo.xml | 12 ++++++++++++ celeste-tray/Cargo.toml | 2 +- celeste/Cargo.toml | 2 +- libceleste/Cargo.toml | 2 +- makedeb/PKGBUILD | 2 +- snap/snapcraft.yaml | 2 +- 8 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd43487..b502f43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -134,6 +134,10 @@ jobs: uses: makedeb/setup-makedeb@main - name: Update Flathub package run: | + # Set up our Git user. + git config --global user.name 'Kavplex Bot' + git config --global user.email 'kavplex@hunterwittenborn.com' + # Get the current snap revision. snap download celeste snap_revision="$(echo celeste_*.snap | sed -e 's|^celeste_||' -e 's|\.snap$||')" diff --git a/CHANGELOG.md b/CHANGELOG.md index db1d131..95513e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2023-03-27 +### Fixed +- Fixed automated Flathub packaging. + ## [0.5.0] - 2023-03-27 ### Added - Added support for translations. diff --git a/assets/com.hunterwittenborn.Celeste.metainfo.xml b/assets/com.hunterwittenborn.Celeste.metainfo.xml index 0fa847b..3d0e069 100644 --- a/assets/com.hunterwittenborn.Celeste.metainfo.xml +++ b/assets/com.hunterwittenborn.Celeste.metainfo.xml @@ -41,6 +41,18 @@ + + +

+ Fixes in this release: +

+
    +
  • + Fixed automated Flathub packaging. +
  • +
+
+

diff --git a/celeste-tray/Cargo.toml b/celeste-tray/Cargo.toml index ec24a2c..d688597 100644 --- a/celeste-tray/Cargo.toml +++ b/celeste-tray/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste-tray" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/celeste/Cargo.toml b/celeste/Cargo.toml index 662a63e..dc59ce4 100644 --- a/celeste/Cargo.toml +++ b/celeste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste" -version = "0.5.0" +version = "0.5.1" edition = "2021" [dependencies] diff --git a/libceleste/Cargo.toml b/libceleste/Cargo.toml index 15d14ed..67a785b 100644 --- a/libceleste/Cargo.toml +++ b/libceleste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libceleste" -version = "0.5.0" +version = "0.5.1" edition = "2021" [lib] diff --git a/makedeb/PKGBUILD b/makedeb/PKGBUILD index 235595b..c9a5062 100644 --- a/makedeb/PKGBUILD +++ b/makedeb/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hunter Wittenborn pkgname=celeste -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc='Sync your cloud files' arch=('any') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ce8d53c..3a3559f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: celeste base: core22 -version: '0.5.0' +version: '0.5.1' summary: Sync your cloud files description: | Celeste is a GUI file synchronization client that can connect to almost any cloud provider you'd like. It provides a streamlined experience to back up your files, and integrates directly into your desktop system.