mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 03:41:16 +02:00
docs: add php release-type (#351)
This commit is contained in:
@@ -80,6 +80,7 @@ Release Please automates releases for the following flavors of repositories:
|
||||
|:---:|---|
|
||||
| `node` | [A Node.js repository, with a package.json and CHANGELOG.md](https://github.com/yargs/yargs) |
|
||||
| `python` | [A Python repository, with a setup.py, setup.cfg, version.py and CHANGELOG.md](https://github.com/googleapis/python-storage) |
|
||||
| `php` | [A php composer package with composer.json and CHANGELOG.md](https://github.com/setnemo/asterisk-notation)
|
||||
| `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 |
|
||||
@@ -87,7 +88,6 @@ Release Please automates releases for the following flavors of repositories:
|
||||
| `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 |
|
||||
|
||||
|
||||
## How release please works
|
||||
|
||||
Release Please automates CHANGELOG generation, the creation of GitHub releases,
|
||||
|
||||
Reference in New Issue
Block a user