Skip to content

Commit 76a2509

Browse files
Update README (#18)
* Update README * Update README * Update README
1 parent c27f2e3 commit 76a2509

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ steps:
4040
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
4141
```
4242
43+
### AI-assisted setup
44+
45+
Use the Linear Release setup skill to generate CI configuration tailored to your project. It walks you through continuous vs. scheduled pipelines, monorepo path filtering, and more.
46+
47+
Copy the [SKILL.md](https://github.com/linear/linear-release/blob/main/skills/linear-release-setup/SKILL.md) into your project, or install it with [skills.sh](https://skills.sh):
48+
49+
```bash
50+
npx skills add linear/linear-release
51+
```
52+
53+
Once installed, run it from your AI agent with `/linear-release-setup` (or just ask the agent to set up Linear Release — it will pick up the skill automatically).
54+
4355
## Inputs
4456

4557
| Input | Required | Default | Description |

0 commit comments

Comments
 (0)