From ee0df3a6c67d8b8e6e2eedaca01824821b44cc47 Mon Sep 17 00:00:00 2001 From: Ben Mitchinson Date: Tue, 26 Apr 2022 13:53:15 -0500 Subject: [PATCH 1/3] Update mix ver (forgot to update on DIVO_DOWN pr) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1b2660f..0e150aa 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Divo.MixProject do def project do [ app: :divo, - version: "1.3.1", + version: "1.3.2", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(), From 745d6921c004270d764a9b47af5c7847b3dc5e8b Mon Sep 17 00:00:00 2001 From: Ben Mitchinson Date: Tue, 26 Apr 2022 13:56:23 -0500 Subject: [PATCH 2/3] Add pull request template with mix version reminder --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..67b8102 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Description + +- High level overview of changes +- ... + +## Reminders: + +- [ ] Did you update the version in `mix.exs`? From 8a90ee9e914b95b447a5d8b976364c463b19eb1c Mon Sep 17 00:00:00 2001 From: Ben Mitchinson Date: Tue, 26 Apr 2022 13:57:41 -0500 Subject: [PATCH 3/3] Add note about package release to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ed232c..765df02 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ end ``` The docs can be found at [https://hexdocs.pm/divo](https://hexdocs.pm/divo). +New versions are published with actions upon github release. ## Configuration