diff options
author | hugoreleaser <[email protected]> | 2022-04-28 11:02:45 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-04-28 11:02:45 +0000 |
commit | 89c1655ec88cd7286c2ed5f9b7eaed35af9cda52 (patch) | |
tree | a366c6dcff104abda1e8a353f8a34b7e9ac021b1 /snap | |
parent | 165d299cde259c8b801abadc6d3405a229e449f6 (diff) | |
download | hugo-89c1655ec88cd7286c2ed5f9b7eaed35af9cda52.tar.gz hugo-89c1655ec88cd7286c2ed5f9b7eaed35af9cda52.zip |
releaser: Prepare repository for 0.99.0-DEV
[ci skip]
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 33cb9d744..32ce2553c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ description: | license: "Apache-2.0" base: core20 confinement: strict -grade: stable # "devel" or "stable" +grade: devel # "devel" or "stable" package-repositories: - type: apt |