actions
This commit is contained in:
34
README.md
34
README.md
@@ -220,3 +220,37 @@ DOC_ID=$(./claudia-docs doc create -t "Report" -c "# Content" -p $PROJECT_ID --o
|
||||
./claudia-docs auth --help
|
||||
./claudia-docs doc --help
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
# En tu máquina local
|
||||
git tag v1.0.0
|
||||
git push origin v1.0.0
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Secret necesario
|
||||
|
||||
En **Settings → Secrets → Actions** de tu repo:
|
||||
|
||||
| Secret | Cómo obtenerlo |
|
||||
|---|---|
|
||||
| `RELEASE_TOKEN` | Gitea → Settings → Applications → Generate Token (con permiso `write:repository`) |
|
||||
|
||||
---
|
||||
|
||||
### Estructura esperada del proyecto
|
||||
```
|
||||
mi-proyecto/
|
||||
├── cmd/
|
||||
│ └── main.go ← entrypoint
|
||||
├── go.mod
|
||||
├── go.sum
|
||||
└── .gitea/
|
||||
└── workflows/
|
||||
└── release.yml
|
||||
Reference in New Issue
Block a user