github-tools / github-tools/github-release-notes
Stuck on "Getting tags"
- Lenguaje dominante
- JavaScript
- Estrellas
- 897
- Forks
- 313
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I have a fairly large repo with 41,000 commits, 2,400 tags, and 15,000 total PRs and issues. I ran `gren changelog --generate` for 7 hours overnight and it never moved past the "Getting tags" state.

This is my `.grenrc.json` file:
```
{
"username": "REDACTED",
"repo": "REDACTED,
"token": "REDACTED",
"dataSource": "prs",
"limit": 1,
"ignoreIssuesWith": [
"wontfix",
"duplicate"
],
"groupBy": {
"Enhancements:": ["enhancement", "internal"],
"Bug Fixes:": ["bug"]
}
}
```
I added `"limit": 1` to try to fix this issue and that didn't seem to work.
I'm using gren version 0.17.1. The command I'm running is `gren changelog --generate`.
Guía de contribución
Línea de trabajo
Start by reproducing `gren changelog --generate` with the shown `.grenrc.json`, `limit: 1`, and a repository with many commits and tags. Inspect the command's progress around the “Getting tags” state and compare behavior with gren 0.17.1. Done means tag retrieval completes or produces an actionable error instead of hanging indefinitely.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- github, javascript, nodejs
- Área
- cli, release
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100