Update release/changelog generation workflow after main/develop split (DCNE-890) - #518
Open
samiib wants to merge 4 commits into
Open
Update release/changelog generation workflow after main/develop split (DCNE-890)#518samiib wants to merge 4 commits into
samiib wants to merge 4 commits into
Conversation
samiib
requested review from
akinross,
allenrobel,
anvitha-jain,
gmicol,
lhercot,
mikewiebe,
mtarking,
sajagana and
shrsr
as code owners
August 20, 2026 02:23
samiib
force-pushed
the
fix_release_workflow
branch
from
August 20, 2026 02:32
18eba9f to
664c933
Compare
mikewiebe
reviewed
Aug 21, 2026
mikewiebe
reviewed
Aug 21, 2026
mikewiebe
reviewed
Aug 21, 2026
mikewiebe
reviewed
Aug 21, 2026
…ml release_script version.
…tion up to a specific commit/tag.
samiib
force-pushed
the
fix_release_workflow
branch
2 times, most recently
from
August 26, 2026 04:36
4cfbf1b to
b24ec2d
Compare
samiib
force-pushed
the
fix_release_workflow
branch
from
August 26, 2026 04:45
b24ec2d to
b773e67
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue(s)
Proposed Changes
compare_refworkflow_dispatch input (defaults todevelop), instead of hard-codingdevelopin both the collection checkout step and the release script's compare URL. This allows generating a changelog against any branch, tag, or commit SHA.release_scriptcheckout to a specific commit (c3405128f9ff87cf5231cf2aac8e03424921b1a6) rather than a mutable ref, so the workflow always runs a known-good version of the automation script.target_versionworkflow_dispatch input, allowing the release version to be manually overridden (e.g.2.0.0) instead of relying solely on the automatically calculated version derived from bug/minor/major commit types.python-versioninput being unintentionally parsed as3.1instead of3.10due to YAML interpreting the unquoted value as a float; it is now quoted as a string.Test Notes
Note: The release PR will still need manual adjustment after generation.
Cisco Nexus Dashboard Version
Related ND API Resource Category
Checklist