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

Remove no description and general scope #89

Open
mascardoso opened this issue May 27, 2022 · 3 comments
Open

Remove no description and general scope #89

mascardoso opened this issue May 27, 2022 · 3 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@mascardoso
Copy link

Hi, I have a couple of questions which from my POV are rather a nice to have for decreasing cognitive load when reading a changelog.

  • Every time I do a release with an empty description I see the sentence *No description* within the changelog. Why? Would it be possible to hide it as it adds zero value?
  • Is it possible to hide the scope general? Maybe we just don't want anything. Meaning when I commit something like git commit -m 'feat: add feature 1' I would just like to see something:
FEATURES
    - add feature 1
    - add feature 2

Thank you so much

@mascardoso mascardoso added the question Further information is requested label May 27, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented May 27, 2022

Thanks for opening your first issue here! Be sure to follow the issue template!

@BobAnkh
Copy link
Owner

BobAnkh commented May 28, 2022

Hi, @mascardoso

Thank you for your questions. For the first question, I think this can be repalced with empty content. So if you mean like that:

## v1.1.1

*No desctription*

### Feature

to be replaced with

## v1.1.1

### Feature

I think we can have this in the next release when I'm free. And if you have time, you can make a pull request on this feature.

For the second question, I think it is hard to directly add thoses commit message. I'm afraid this might make the format wierd for the changelong. I have thought to hide those commits. But see #11 and #75. You can use other words or characters to replace general.

If you have better ideas on the second question, please discuss with me.

@BobAnkh BobAnkh added the enhancement New feature or request label May 28, 2022
@BobAnkh
Copy link
Owner

BobAnkh commented Jul 13, 2022

@mascardoso
One of the problem should be solved in the new release v1.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants