cberg
Version:
Node.js Client for the Codeberg API
34 lines (26 loc) • 1.03 kB
Markdown
# CreateReleaseOption
CreateReleaseOption options when creating a release
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | | [optional] [default to undefined]
**draft** | **boolean** | | [optional] [default to undefined]
**hide_archive_links** | **boolean** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**prerelease** | **boolean** | | [optional] [default to undefined]
**tag_name** | **string** | | [default to undefined]
**target_commitish** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { CreateReleaseOption } from 'berg';
const instance: CreateReleaseOption = {
body,
draft,
hide_archive_links,
name,
prerelease,
tag_name,
target_commitish,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)