From 546785ea2ac950fd29e961586de1c167fac11ee8 Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:28:25 +0000 Subject: [PATCH] Correct Snapcraft workflow to update version (#351) --- .github/workflows/snapcraft.yml | 1 + docs/changelog.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/snapcraft.yml b/.github/workflows/snapcraft.yml index d8b9e3be..66f8a802 100644 --- a/.github/workflows/snapcraft.yml +++ b/.github/workflows/snapcraft.yml @@ -20,6 +20,7 @@ jobs: product: wayback channel: stable publish: true + release: true secrets: wayback-ipfs-apikey: ${{ secrets.WAYBACK_IPFS_APIKEY }} snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }} diff --git a/docs/changelog.md b/docs/changelog.md index 76a59898..7247ac1e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.1] - 2023-03-21 + +### Fixed +- Correct Snapcraft workflow to update version ([#351](https://github.com/wabarc/wayback/pull/351)) + ## [0.19.0] - 2023-03-21 ### Added