ReadMe · Arazzo Workflow
ReadMe Cut A Version And Announce It
Version 1.0.0
Create a branch, upload its API definition, and post a launch changelog.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
release-version
Create a branch, upload its API definition, and announce it in the changelog.
Creates a branch, uploads an API definition to it, and posts a changelog entry announcing the new version.
1
createBranch
{$sourceDescriptions.readmeApi.url}#/paths/~1branches/post
Create the new branch (version) for the release.
2
uploadDefinition
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1apis/post
Upload the API definition that powers the reference docs on the new branch.
3
announceRelease
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1changelogs/post
Post an "added" changelog entry announcing the new version.