Add Changelog Verification to Python - #15274
Conversation
f02f424 to
792e777
Compare
There was a problem hiding this comment.
Why can't we add a changelog and fix it here instead of trying to skip it?
There was a problem hiding this comment.
That's what I initially set out to do but Scott Beddall (@scbedd) says there is a reason it has no version/ changelog file.
There was a problem hiding this comment.
Laurent Mazuel (@lmazuel) Scott Beddall (@scbedd) can you one of you guys provide more information on why this package doesn't have a ChangeLog?
There was a problem hiding this comment.
Wes Haggard (@weshaggard) nspkgs are published exactly once. There is very little functional reason to maintain a changelog for it.
There was a problem hiding this comment.
I will note that the way that that Dozie implemented it can be skipped individually on the artifact basis. That'll definitely work for this purpose.
792e777 to
b1ae126
Compare
| - task: PythonScript@0 | ||
| displayName: 'Verify Change Log' | ||
| inputs: | ||
| scriptPath: 'scripts/devops_tasks/verify_change_log.py' |
There was a problem hiding this comment.
Is it time to also remove the verify_change_log.py script?
There was a problem hiding this comment.
|
Looks like this may have broken the release pipelines: |
For some reason it fails to retrieve the package properties |
This add changelog verification to the analyze and release stages of the python pipeline.
Fixes #12566