18 lines
154 B
Markdown
18 lines
154 B
Markdown
|
|
# CI Init Examples
|
||
|
|
|
||
|
|
```bash
|
||
|
|
core ci init
|
||
|
|
```
|
||
|
|
|
||
|
|
Creates `.core/release.yaml`:
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
version: 1
|
||
|
|
|
||
|
|
project:
|
||
|
|
name: myapp
|
||
|
|
|
||
|
|
publishers:
|
||
|
|
- type: github
|
||
|
|
```
|