ci: release-please readme
This commit is contained in:
parent
1ae81b1d90
commit
d81458562f
2 changed files with 6 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue