-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Increment version for monitor releases #13301
Increment version for monitor releases #13301
Conversation
@deyaaeldeen I assume this is an automated process to increase the version for next release, azure pipelines have a requirement for new version to be in the CHANGELOG so this will never pass the checks, would be good to update the automated process used here. |
@praveenkuttappan, to @hectorhdzg 's point above - I was pretty sure the auto-version-updater also inserted a new section into the changelog.md as well when it incremented the version. Is this something @hectorhdzg needs to opt into somehow? (kind of like this one: #13270) |
@richardpark-msft @hectorhdzg there is a problem with versioning here which might have to do with the CI failure. This package mixes preview and beta for some reason even though this is not allowed. We have this warning: |
Related: #13210 cc @chidozieononiwu for changelog update question |
The changelog for this package is in an invalid state. There weren't even any preview.5/6 versions released and we should probably just remove those or merge them with the beta.1 change log. I suspect this might have happened because of the renaming of this package. |
Manually fixing this with this PR. Am merging preview.5 and preview.6 release notes into beta.1 as @weshaggard suggested. The bug that caused this will be resolved by this PR, there should be no subsequent issues. Apologies for the inconvenience. |
Increment package version after release of azure-opentelemetry-exporter-azure-monitor