Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

release-notes-preview gets broken by the <scope> portion of a commit header #31

Open
bradennapier opened this issue Aug 2, 2020 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@bradennapier
Copy link

bradennapier commented Aug 2, 2020

Tried 1.6.2 and it didn't seem to work I had a line (feat(play): test) which should have generated notes for that and it didnt post anything to the PR.

processing line: ea19f82 feat(play): test
adding "test (ea19f82)" to others

The actual beta release notes were created, however:

image

@Shesekino Shesekino changed the title Still didn't work release-notes-preview gets broken by the <scope> portion of a commit header Aug 3, 2020
@Shesekino Shesekino self-assigned this Aug 3, 2020
@Shesekino Shesekino added bug Something isn't working enhancement New feature or request labels Aug 3, 2020
@Shesekino
Copy link
Contributor

Shesekino commented Aug 3, 2020

Thanks for the details :)
When I wrote the code here, I completely neglected the part of the commit header that deals with the "scope":
<type>(<scope>): <subject>
Because I never used it.
Now I realise it's used and should be supported.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants