Add notice of supported YAML versions in docs (#556)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
seabass-labrax 2021-12-01 11:00:41 +00:00 committed by GitHub
parent f32c20b650
commit 494c211910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,12 @@ Webhooks are used to trigger pipeline executions. When you push code to your rep
To configure your pipeline you should place a `.woodpecker.yml` file in the root of your repository. The .woodpecker.yml file is used to define your pipeline steps. It is a superset of the widely used docker-compose file format.
:::info
Currently, only YAML 1.1 syntax is supported for pipeline configuration files. YAML 1.2 support is [planned for the future](https://github.com/woodpecker-ci/woodpecker/issues/517)!
:::
Example pipeline configuration:
```yaml