ci: release-please readme

This commit is contained in:
Mitchell Hanberg 2023-06-13 22:23:26 -04:00
parent 1ae81b1d90
commit d81458562f
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View File

@ -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 }}

View File

@ -14,13 +14,16 @@ Temple is an Elixir DSL for writing HTML and SVG.
Add `temple` to your list of dependencies in `mix.exs`:
<!-- x-release-please-start-version -->
```elixir
def deps do
[
{:temple, "~> 0.11.0"}
{:temple, "~> 0.12"}
]
end
```
<!-- x-release-please-start-end -->
## Goals
Currently Temple has the following things on which it won't compromise.