mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 14:41:37 +02:00
feat(release-please): add support for ocaml (#189)
Refs: https://github.com/googleapis/release-please/pull/697
This commit is contained in:
@@ -70,6 +70,8 @@ Release Please automates releases for the following flavors of repositories:
|
||||
| `python` | [A Python repository, with a setup.py, setup.cfg, version.py and CHANGELOG.md](https://github.com/googleapis/python-storage) |
|
||||
| `ruby` | [A Ruby repository, with version.rb and CHANGELOG.md](https://github.com/google/google-id-token) |
|
||||
| `terraform-module` | [A terraform module, with a version in the README.md, and a CHANGELOG.md](https://github.com/terraform-google-modules/terraform-google-project-factory) |
|
||||
| rust | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
|
||||
| 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) |
|
||||
|
||||
## How release please works
|
||||
|
||||
Reference in New Issue
Block a user