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`? 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 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(),