From b202ccc5dc11c5b70143ab19df696e6b4591ebfd Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 15 Nov 2022 11:05:44 +1100 Subject: [PATCH] Updating snapcraft release notes --- .github/workflows/snap-release.yml | 2 +- release_instructions.txt | 2 ++ snap/snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snap-release.yml b/.github/workflows/snap-release.yml index 10078c74..7940f394 100644 --- a/.github/workflows/snap-release.yml +++ b/.github/workflows/snap-release.yml @@ -31,4 +31,4 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }} with: snap: ${{ steps.build.outputs.snap }} - release: edge \ No newline at end of file + release: stable \ No newline at end of file diff --git a/release_instructions.txt b/release_instructions.txt index b1240f7e..d7a99f27 100644 --- a/release_instructions.txt +++ b/release_instructions.txt @@ -9,6 +9,8 @@ - snapcraft + - update snapcraft version + - https://snapcraft.io/yq/builds - will auto create a candidate, test it works then promote - !! need to update v4/stable as well as latest diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fc9ec4ab..14d734a8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: '' +version: 'v4.30.3' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files.