Skip to content

Commit

Permalink
Merge branch 'schmunk42-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Jul 14, 2016
2 parents 8d74bc7 + 327ff19 commit 47c0836
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,16 @@ option `extra.asset-registry-options.{type}-searchable` in the root project

If you want to use the [no-api](https://getcomposer.org/doc/05-repositories.md#git-alternatives) option
for your Github assets, you can add an extra option `extra.asset-vcs-driver-options.github-no-api` in
the root project `composer.json` file. By default, this option is to `false`.
the root project `composer.json` file. By default, this option is to `false`. The option `asset-pattern-skip-version`
can be used to exclude tags via a regular expression.

```json
{
"extra": {
"asset-vcs-driver-options": {
"github-no-api": true
}
},
"asset-pattern-skip-version": "(-build|-patch)"
}
}
```
Expand Down

0 comments on commit 47c0836

Please sign in to comment.