Skip to content

Commit b202ccc

Browse files
committed
Updating snapcraft release notes
1 parent ee226b4 commit b202ccc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/snap-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
3232
with:
3333
snap: ${{ steps.build.outputs.snap }}
34-
release: edge
34+
release: stable

release_instructions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010

1111
- snapcraft
12+
- update snapcraft version
13+
- https://snapcraft.io/yq/builds
1214
- will auto create a candidate, test it works then promote
1315
- !! need to update v4/stable as well as latest
1416

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yq
2-
version: ''
2+
version: 'v4.30.3'
33
summary: A lightweight and portable command-line YAML processor
44
description: |
55
The aim of the project is to be the jq or sed of yaml files.

0 commit comments

Comments
 (0)