github-release-notes icon indicating copy to clipboard operation
github-release-notes copied to clipboard

override wrong release note

Open haiming3 opened this issue 4 years ago • 0 comments

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

haiming3 avatar Sep 01 '21 07:09 haiming3