Updating snapcraft release notes

This commit is contained in:
Mike Farah 2022-11-15 11:05:44 +11:00
parent ee226b47fc
commit b202ccc5dc
3 changed files with 4 additions and 2 deletions

View File

@ -31,4 +31,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }} SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with: with:
snap: ${{ steps.build.outputs.snap }} snap: ${{ steps.build.outputs.snap }}
release: edge release: stable

View File

@ -9,6 +9,8 @@
- snapcraft - snapcraft
- update snapcraft version
- https://snapcraft.io/yq/builds
- will auto create a candidate, test it works then promote - will auto create a candidate, test it works then promote
- !! need to update v4/stable as well as latest - !! need to update v4/stable as well as latest

View File

@ -1,5 +1,5 @@
name: yq name: yq
version: '' version: 'v4.30.3'
summary: A lightweight and portable command-line YAML processor summary: A lightweight and portable command-line YAML processor
description: | description: |
The aim of the project is to be the jq or sed of yaml files. The aim of the project is to be the jq or sed of yaml files.