From 5176b4670ee2b0810bec6cd256757caef54a3852 Mon Sep 17 00:00:00 2001 From: Daniel Llewellyn Date: Thu, 5 Nov 2020 23:00:39 +0000 Subject: [PATCH] Mark Snap as grade: stable Snap packages marked as `grade: devel` are not permitted to be released to the `candidate` or `stable` channels in the Snap Store. This commit changes the grade to `stable` now that everything seems to be working well. Snaps build from this commit forward will be releasable to the `candidate` and/or `stable` channels in the Snap Store :-) Signed-off-by: Daniel Llewellyn --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6e496d43..c46d16e8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: opendronemap adopt-info: odm -grade: devel +grade: stable confinement: strict base: core18