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.