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

The --history argument does not include commits that are ahead of last tag #16

Open
bsacharski opened this issue May 20, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@bsacharski
Copy link

It would seem that when using generator with --history option, any commit that is currently ahead of last tag will be skipped.

Let's imagine that we created a tag v1.2.3 on 2021-01-01 and then keep making new commits for the next 2 weeks.
After running the --history option, the changelog will contain everything up to v1.2.3. The commits made after 2021-01-01, that are not an ancestor of a tag, will not be shown.

Maybe these commits should probably be marked with unreleased version entry?

@marcocesarato marcocesarato added the wontfix This will not be worked on label Oct 22, 2021
@grandeljay
Copy link

I thought the --history option was to create a full changelog? I just added this to my project and wanted to generate a full changelog but it only considers the last tag.

I've tried:

  • composer changelog --history
  • composer changelog --from-tag="v0.4.0"

But it always just spits out the latest tag changes (v1.1.1).

How do I generate a full changelog?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants