github-tools / github-tools/github-release-notes
Stuck on "Getting tags"
- Ngôn ngữ chính
- JavaScript
- Star
- 897
- Fork
- 313
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`.
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- github, javascript, nodejs
- Lĩnh vực
- cli, release
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100