From d81458562fa139c5a06800f87d257345595f898e Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Tue, 13 Jun 2023 22:23:26 -0400 Subject: [PATCH] ci: release-please readme --- .github/workflows/release.yaml | 2 ++ README.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec181b9..736dee1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,8 @@ jobs: release-type: elixir package-name: temple bump-minor-pre-major: true + extra-files: | + README.md - uses: actions/checkout@v3 if: ${{ steps.release.outputs.release_created }} diff --git a/README.md b/README.md index 8936a86..c1b6e2a 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,16 @@ Temple is an Elixir DSL for writing HTML and SVG. Add `temple` to your list of dependencies in `mix.exs`: + ```elixir def deps do [ - {:temple, "~> 0.11.0"} + {:temple, "~> 0.12"} ] end ``` + + ## Goals Currently Temple has the following things on which it won't compromise.