Skip to content

Commit

Permalink
Fix automated Flathub packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Mar 28, 2023
1 parent 96d91a8 commit 146a8b0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
# Get the current snap revision.
snap download celeste
snap_revision="$(echo celeste_*.snap | sed -e 's|^celeste_||' -e 's|\.snap$||')"
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.1] - 2023-03-27
### Fixed
- Fixed automated Flathub packaging.

## [0.5.0] - 2023-03-27
### Added
- Added support for translations.
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.1">
<description>
<p>
Fixes in this release:
</p>
<ul>
<li>
Fixed automated Flathub packaging.
</li>
</ul>
</description>
</release>
<release date="2023-03-27" version="0.5.0">
<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.0"
version = "0.5.1"
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.0"
version = "0.5.1"
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.0"
version = "0.5.1"
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.0
pkgver=0.5.1
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.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.
Expand Down

0 comments on commit 146a8b0

Please sign in to comment.