Skip to content

Commit

Permalink
partial fix for Issue 236: Adding github release info (#580)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
a-maze-d authored Oct 24, 2024
1 parent c20e25f commit 96f31e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96f31e5

Please sign in to comment.