Closed szymon-filipiak closed 1 month ago
According to the compose documentation compose.yaml and compose.yml are preferred file names for docker compose.
compose.yaml
compose.yml
This small fix changes the regex pattern to account for file names that start with compose instead of docker-compose.
compose
docker-compose
docs: https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file
@szymon-filipiak Thank you for your contribution!
:tada: This PR is included in version 1.0.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
According to the compose documentation
compose.yaml
andcompose.yml
are preferred file names for docker compose.This small fix changes the regex pattern to account for file names that start with
compose
instead ofdocker-compose
.docs: https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file