Skip to content

Commit

Permalink
feat: adds elixir support
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Sep 8, 2021
1 parent fd790a2 commit c70c5ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Release Please automates releases for the following flavors of repositories:
| ocaml | [An OCaml repository, containing 1 or more opam or esy files and a CHANGELOG.md](https://github.com/grain-lang/binaryen.ml) |
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |
| helm | A helm chart repository with a Chart.yaml and a CHANGELOG.md |
| elixir | A elixir repository with a mix.exs and a CHANGELOG.md |


## How release please works
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^11.22.0"
"release-please": "^11.23.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
Expand Down

0 comments on commit c70c5ba

Please sign in to comment.