Skip to content

Commit

Permalink
Merge branch 'master' into fix-ignore-dot-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Elendev authored Aug 15, 2024
2 parents 680a40d + 665ef86 commit 8518aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Many of the options are optional since they can be added directly to the `compos
[--src-type=<The type of repository used for source code: git, svn, ... which will be added to source tag of composer package>]\
[--src-url=<URL of the source code repository which will be added to source tag of composer package>]\
[--src-ref=<The reference to the current code version for this package which will be added to source tag of composer package>]\
[--keep-vendor, Keep vendor directory when creating zip]\
[--ssl-verify=true/]\
[--access-token=<ACCESS_TOKEN added in Bearer>]
<version>
Expand Down Expand Up @@ -136,4 +137,4 @@ Example of token usage:
}
}
}
```
```

0 comments on commit 8518aac

Please sign in to comment.