Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always displaying all commits on master when drafting release #183

Open
jorrit91 opened this issue Jan 8, 2021 · 1 comment
Open

Always displaying all commits on master when drafting release #183

jorrit91 opened this issue Jan 8, 2021 · 1 comment

Comments

@jorrit91
Copy link

jorrit91 commented Jan 8, 2021

First of all, thank you so much for creating this package, we use it for all of our projects.

I've bumped into an issue with one of our repositories now though. With every draft I create using npx release patch, every commit on master is shown as to be included in the draft. Here are some things I've tried:

  • making sure the remote tags match the local tags
  • specifying the previous tag using the -t option
  • releasing a draft containing all commits to check whether the second time I try it the problem will be solved. It wasn't.

Not really sure what to try next. Could you help me out?

@jorrit91
Copy link
Author

jorrit91 commented Feb 9, 2021

Solved! The very first tag we created in this repository was 1.0.0-canary.0. After that we switched back to 0.0.x, that was the problem. Every new tag wasn't the tag with the highest version number, that caused the trouble.

Removed the first tag and everything worked perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant