Skip to content

Commit

Permalink
Updating snapcraft release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Nov 15, 2022
1 parent ee226b4 commit b202ccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snap-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge
release: stable
2 changes: 2 additions & 0 deletions release_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b202ccc

Please sign in to comment.