github-tools / github-tools/github-release-notes
What am I not understanding...
- 主要语言
- JavaScript
- 星标
- 897
- 派生
- 313
- PR 合并指标
- 30 天内没有已合并 PR
描述
Please tell me why I'm not getting my second release and what from the docs am I missing??
```none
git tag 1.0
git push origin --tags
gren release
```
✔ 1.0 has been successfully created!
Now I make some change in the repo, commit & push..
```none
git tag 1.1
git push origin --tags
gren release
Getting gren config from local file /home/brett/repos/my-org/terraform-google-billing-budget/.grenrc
🤖 - Generate release notes:
===================================
✔ Releases found: 1
✔ Tags found: 1.0, 1.1
✔ Issues found: 5
Skipping 1.0 (use --override to replace it)
```
I would expect this to create the 1.1 release for me???
贡献指南
调研方向
首先使用所示的本地 .grenrc 重现 tag 和 gren release 命令,并比较对 tag 1.0 和 1.1 的处理方式。完成的标准是 gren 创建预期的 GitHub release 1.1,而不是跳过它。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, github, javascript
- 领域
- cli, release
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100