Skip to content

Conversation

@embano1
Copy link
Member

@embano1 embano1 commented Jun 9, 2021

Description

Add commit SHAs and titiles to the individual sections. Also, a BREAKING
section was added which will include commits message blocks starting
with BREAKING:.

Closes: #35

Signed-off-by: Michael Gasch mgasch@vmware.com

Type of change

Please mark options that are relevant:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Example

git-chglog --next-tag v0.3.0 v0.3.0

v0.3.0

Release Date: 2021-06-09

🧹 Chore

⚠️ BREAKING

📖 Commits

Checklist:

  • My code follows the contribution
    guidelines
    of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Add commit SHAs and titiles to the individual sections. Also, a BREAKING
section was added which will include commits message blocks starting
with `BREAKING:`.

Closes: cloudevents#35

Signed-off-by: Michael Gasch <mgasch@vmware.com>
@embano1 embano1 requested a review from dmilov June 9, 2021 13:25
@embano1 embano1 added documentation Improvements or additions to documentation enhancement New feature or request and removed enhancement New feature or request labels Jun 9, 2021
Copy link
Contributor

@dmilov dmilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@embano1 embano1 merged commit 6e9ad04 into cloudevents:main Jun 21, 2021
@embano1 embano1 deleted the issue-35 branch June 21, 2021 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CHANGELOG template

2 participants