Skip to content

Commit

Permalink
docs: reorder assets path & url to weight path higher
Browse files Browse the repository at this point in the history
  • Loading branch information
awcjack committed Apr 26, 2022
1 parent a93e488 commit bc2a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,8 +73,8 @@ Can be a [glob](https://github.com/isaacs/node-glob#glob-primer) or and `Array`

| Property | Description | Default |
| -------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| `url` | **path or url is required.** This provides the ability to add links to releases. E.g. URLs to container images. | - |
| `path` | **path or url is required.** A [glob](https://github.com/isaacs/node-glob#glob-primer) to identify the files to upload. | - |
| `url` | **path or url is required.** This provides the ability to add links to releases. E.g. URLs to container images. | - |
| `label` | Short description of the file displayed on the GitLab release. Ignored if `path` matches more than one file.| File name extracted from the `path`. |
| `type` | Asset type displayed on the GitLab release. Can be `runbook`, `package`, `image` and `other` (see official documents on [release assets](https://docs.gitlab.com/ee/user/project/releases/#release-assets)). | `other` |
| `filepath` | A filepath for creating a permalink pointing to the asset (requires GitLab 12.9+, see official documents on [permanent links](https://docs.gitlab.com/ee/user/project/releases/#permanent-links-to-release-assets)). Ignored if `path` matches more than one file. | - |
Expand Down

0 comments on commit bc2a21e

Please sign in to comment.