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 release-type: elixir
package-name: temple package-name: temple
bump-minor-pre-major: true bump-minor-pre-major: true
extra-files: |
README.md
- uses: actions/checkout@v3 - uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }} 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`: Add `temple` to your list of dependencies in `mix.exs`:
<!-- x-release-please-start-version -->
```elixir ```elixir
def deps do def deps do
[ [
{:temple, "~> 0.11.0"} {:temple, "~> 0.12"}
] ]
end end
``` ```
<!-- x-release-please-start-end -->
## Goals ## Goals
Currently Temple has the following things on which it won't compromise. Currently Temple has the following things on which it won't compromise.