Prepare release v3.5 (#168)

This commit is contained in:
Simon Lecoq
2021-03-14 15:50:08 +01:00
committed by GitHub
parent 2a83a802c7
commit 06d2148f42
8 changed files with 9 additions and 14 deletions

View File

@@ -16,6 +16,6 @@ Template crafted for repositories, mimicking GitHub visual identity.
with:
# ... other options
template: classic
user: repository-owner # Optional if you're the owner of target repository
query: '{"repo":"repository-name"}' # Use a JSON encoded object to pass your repository name in "repo" key
user: repository-owner # Optional if you're the owner of target repository and you're using your own personal token
repo: repository-name # Repository name
```