diff --git a/README.md b/README.md index 10cfb0e..e37aa7e 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,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 | An elixir repository with a mix.exs and a CHANGELOG.md | ## How release please works diff --git a/package-lock.json b/package-lock.json index ea819dc..858f27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3218,9 +3218,9 @@ "dev": true }, "release-please": { - "version": "11.22.0", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.22.0.tgz", - "integrity": "sha512-3yK2vNyzUuviva/l6quBm9/5keCVcR34ljvDPbiVjokRwGCLgpHp9pfRD8z4v4ujuwt6MpueziqGJF6xzjWZlg==", + "version": "11.23.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.23.0.tgz", + "integrity": "sha512-LKP25W1wNjntvuJtaatxfvF34T7lNDbfu5p5tLtwqmhcj0qSNoL5gsmPCA+C8d7n2ETilPXjgbikIUg/gxDy5g==", "requires": { "@conventional-commits/parser": "^0.4.1", "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index a0c8c7e..42055c3 100644 --- a/package.json +++ b/package.json @@ -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",