Skip to content

Commit

Permalink
2.0.1-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 19, 2023
1 parent cd72836 commit 411b094
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule OpentelemetryAbsinthe.MixProject do
use Mix.Project

@version "2.0.1-rc.0"

def project do
[
app: :opentelemetry_absinthe,
version: "2.0.1",
version: @version,
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand All @@ -29,7 +31,10 @@ defmodule OpentelemetryAbsinthe.MixProject do
defp docs do
[
main: "OpentelemetryAbsinthe",
formatters: ["html"]
source_ref: @version,
source_url: @source_url,

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access

Check warning on line 35 in mix.exs

View workflow job for this annotation

GitHub Actions / ci

undefined module attribute @source_url, please remove access to @source_url or explicitly set it before access
formatters: ["html"],
extras: ["README.md"]
]
end

Expand Down

0 comments on commit 411b094

Please sign in to comment.