2026-01-29 14:54:44 +00:00
|
|
|
# core ci init
|
|
|
|
|
|
|
|
|
|
Initialize release configuration.
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
core ci init
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Creates `.core/release.yaml` with default configuration.
|
|
|
|
|
|
|
|
|
|
## Example Output
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
version: 1
|
|
|
|
|
|
|
|
|
|
project:
|
|
|
|
|
name: myapp
|
|
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
|
- type: github
|
|
|
|
|
```
|
|
|
|
|
|
2026-01-29 15:18:13 +00:00
|
|
|
See [configuration.md](../../../configuration.md) for full configuration options.
|