github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
880 stars 325 forks source link

override wrong release note #303

Open haiming3 opened 3 years ago

haiming3 commented 3 years ago

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