From 96f31e5a69bde7ca463bc2361184932c700676e9 Mon Sep 17 00:00:00 2001 From: a-maze-d Date: Thu, 24 Oct 2024 15:38:04 +0200 Subject: [PATCH] partial fix for Issue 236: Adding github release info (#580) The github release info will be picked up by the livebook update checker and will compare the compiled nerves project with the latest version of the correct repo. --- config/config.exs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config.exs b/config/config.exs index 1efc3bf..79859eb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -90,6 +90,10 @@ config :livebook, rewrite_on: [], teams_auth?: false, teams_url: "https://teams.livebook.dev", + github_release_info: %{ + repo: "nerves-livebook/nerves_livebook", + version: Mix.Project.config()[:version] + }, update_instructions_url: nil, within_iframe: false