mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
feat: adds elixir support (#354)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user