github-tools / github-tools/github-release-notes
override wrong release note
- Dominant language
- JavaScript
- Stars
- 897
- Forks
- 313
- PR merge metrics
- No merged PRs in 30d
Description
when i run "gren release":
(base) root@ubuntu:~# gren release '--username=haiming3' '--repo=mercuy' '--data-source=prs' '--tags=build.20210901..build.20210825' '--token=' --override
🤖 - Generate release notes:
===================================
✔ Releases found: 3
✔ Tags found: build.20210825, build.20210901
✔ Pull Requests found: 86
✔ build.20210825 has been successfully updated!
See the results here: https://github.com/haiming3/mercuy/releases/tag/build.20210825
question:
As seen above, gren will update my "build. 20210825". Shouldn't it update my "build. 20210901"?
My configuration is -- tags = build. 20210901.. build. 20210825 '
build. 20210901 is my new tag
Contributor guide
Research direction
Reproduce the reported `gren release` command using `--override` and the tag range `build.20210901..build.20210825`. Start by tracing how the release command interprets the `--tags` range and selects the release to update. Done means the command updates the intended newer tag, with coverage for this tag-order case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100