Skip to content

Commit

Permalink
Fix more issues in automated Flathub packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Mar 28, 2023
1 parent 146a8b0 commit 295a2ed
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
with:
repository: flathub/com.hunterwittenborn.Celeste
path: com.hunterwittenborn.Celeste
persist-credentials: false
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
- name: Update Flathub package
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2] - 2023-03-27
### Fixed
- Fixed more issues in automated Flathub packaging.

## [0.5.1] - 2023-03-27
### Fixed
- Fixed automated Flathub packaging.
Expand Down
12 changes: 12 additions & 0 deletions assets/com.hunterwittenborn.Celeste.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
</screenshot>
</screenshots>
<releases>
<release date="2023-03-27" version="0.5.2">
<description>
<p>
Fixes in this release:
</p>
<ul>
<li>
Fixed more issues in automated Flathub packaging.
</li>
</ul>
</description>
</release>
<release date="2023-03-27" version="0.5.1">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion celeste-tray/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste-tray"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion celeste/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libceleste/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libceleste"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion makedeb/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <[email protected]>
pkgname=celeste
pkgver=0.5.1
pkgver=0.5.2
pkgrel=1
pkgdesc='Sync your cloud files'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: celeste
base: core22
version: '0.5.1'
version: '0.5.2'
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.
Expand Down

0 comments on commit 295a2ed

Please sign in to comment.