-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changelog update #3286
Comments
Howdy 🖐 jsvoboda-prgs ! Thank you for your interest in this project. We value your feedback and will respond soon. If you want to contribute to this project, please make yourself familiar with the |
Hi @jsvoboda-prgs , hadn't noticed that until you raised this. I've only been looking at generated release notes: https://github.com/vmware/govmomi/releases We must have broken CHANGELOG generation (happens during release) somewhere in the GitHub actions code (which I don't know well), but will try to look before the next release. |
CHANGELOG update is supposed to be automatic, see issue vmware#3286
Haven't had time to figure out the GH Actions auto-magic, updated manually for now using: IMAGE=quay.io/git-chglog/git-chglog IMAGE_SHA=998e89dab8dd8284cfff5f8cfb9e9af41fe3fcd4671f2e86a180e453c20959e3 \
docker run --rm -v $PWD:/workdir ${IMAGE}@sha256:${IMAGE_SHA} -o CHANGELOG.md --sort semver --tag-filter-pattern '^v[0-9]+' -t .chglog/CHANGELOG.tpl.md |
Thank you. :-) |
Incoming fix for release automation updates (see vmware#3286)
Incoming fix for release automation updates (see vmware#3286)
Incoming fix for release automation updates (see vmware#3286)
Is your feature request related to a problem? Please describe.
Changelog is outdated. Last update was a year ago, for govc version 0.30.
There were several important commits after that, for example #3247
which introduced a breaking change in JSON output from govc.
I didn't find any other place than CHANGELOG.md where release notes and breaking changes are announced.
Has the changelog moved to a different location?
Thank you.
The text was updated successfully, but these errors were encountered: