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

[BUG] CHANGELOG and release notes generation broken #2638

Closed
embano1 opened this issue Oct 21, 2021 · 2 comments · Fixed by #2656
Closed

[BUG] CHANGELOG and release notes generation broken #2638

embano1 opened this issue Oct 21, 2021 · 2 comments · Fixed by #2656
Assignees

Comments

@embano1
Copy link
Contributor

embano1 commented Oct 21, 2021

Describe the bug
git-chglog/git-chglog#188

@embano1
Copy link
Contributor Author

embano1 commented Nov 11, 2021

Debugged the issue which is due to a tag test not handled correctly by git-chglog. Workaround: delete tag test.

@embano1 embano1 self-assigned this Nov 11, 2021
@embano1
Copy link
Contributor Author

embano1 commented Nov 11, 2021

Related: #2655

embano1 pushed a commit to embano1/govmomi that referenced this issue Nov 11, 2021
The CHANGELOG.md is now sorted in semver order, i.e. v0.24.2 will be
sorted before v0.25.0 and not before v0.27.1 as before. This fixes
cherry-picks and is more intuitive for the reader. Also, only
semver-compliant tags are included. This is to work around a bug in
git-chlog and also drop any non-semver compliant tags from the log

Closes: vmware#2638 vmware#2655
Signed-off-by: Michael Gasch <mgasch@vmware.com>
embano1 pushed a commit to embano1/govmomi that referenced this issue Nov 11, 2021
The CHANGELOG.md is now sorted in semver order, i.e. v0.24.2 will be
sorted before v0.25.0 and not before v0.27.1 as before. This fixes
cherry-picks and is more intuitive for the reader. Also, only
semver-compliant tags are included. This is to work around a bug in
git-chlog and also drop any non-semver compliant tags from the log

Closes: vmware#2638 vmware#2655
Signed-off-by: Michael Gasch <mgasch@vmware.com>
yuyin002 pushed a commit to yuyin002/govmomi that referenced this issue Jan 12, 2022
The CHANGELOG.md is now sorted in semver order, i.e. v0.24.2 will be
sorted before v0.25.0 and not before v0.27.1 as before. This fixes
cherry-picks and is more intuitive for the reader. Also, only
semver-compliant tags are included. This is to work around a bug in
git-chlog and also drop any non-semver compliant tags from the log

Closes: vmware#2638 vmware#2655
Signed-off-by: Michael Gasch <mgasch@vmware.com>
pradeep288 pushed a commit to pradeep288/govmomi that referenced this issue Jan 17, 2022
The CHANGELOG.md is now sorted in semver order, i.e. v0.24.2 will be
sorted before v0.25.0 and not before v0.27.1 as before. This fixes
cherry-picks and is more intuitive for the reader. Also, only
semver-compliant tags are included. This is to work around a bug in
git-chlog and also drop any non-semver compliant tags from the log

Closes: vmware#2638 vmware#2655
Signed-off-by: Michael Gasch <mgasch@vmware.com>
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

Successfully merging a pull request may close this issue.

1 participant