Skip to content

Commit

Permalink
Improve include documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Oct 31, 2024
1 parent 051568d commit c15a23e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .drupal-artifact-builder.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
repository: [email protected]:example/example-artifact.git

# include
# Extra files or folders to include into the artifact.
# List of extra files or folders to include into the artifact.
include: []

# Example of include with files:
# include:
# - solr
# - oauth

# author
# It will be the author used in git commits.
# author: John Doe <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ cp vendor/metadrop/drupal-artifact-builder/.drupal-artifact-builder.yml.dist .dr
Example:
```yaml
include: []
include:
- oauth
- solr
```
- **author**: It will be the author used in git commits.
Expand Down

0 comments on commit c15a23e

Please sign in to comment.