File 0005-Post-1.1.0-updates-108.patch of Package telemetry
From 3f069cfd2193396bee221d0709287c1bdaa4fabf Mon Sep 17 00:00:00 2001
From: Arek Gil <arkadiusz@arkgil.net>
Date: Sat, 2 Apr 2022 20:13:12 +0200
Subject: [PATCH] Post 1.1.0 updates (#108)
- Adds a link to the hex plugin.
- Adds mix.exs to the extra files that must be included in the published package (1.1.0 already shipped with this).
---
RELEASE.md | 2 +-
src/telemetry.app.src | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
index c1edfba..1baef8b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,5 @@
# Steps for publishing new version
1. Update version in `src/telemetry.app.src`
-2. Run `rebar3 hex publish`
+2. Run `rebar3 hex publish` (requires https://hexdocs.pm/rebar3_hex)
3. Run `rebar3 hex publish docs` (requires https://hexdocs.pm/rebar3_ex_doc)
diff --git a/src/telemetry.app.src b/src/telemetry.app.src
index 54a28c1..f72a63d 100644
--- a/src/telemetry.app.src
+++ b/src/telemetry.app.src
@@ -12,5 +12,6 @@
{licenses, ["Apache-2.0"]},
{links, [{"Github", "https://github.com/beam-telemetry/telemetry"}]},
- {doc, "doc"}
+ {doc, "doc"},
+ {include_files, ["mix.exs"]}
]}.
--
2.35.3