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 ReferencePortalAnalyticsArtificial IntelligenceMCPBi-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.branchesApi.url}#/paths/~1branches/post
Create the new branch (version) for the release.
2
uploadDefinition
{$sourceDescriptions.apisApi.url}#/paths/~1branches~1{branch}~1apis/post
Upload the API definition that powers the reference docs on the new branch.
3
announceRelease
{$sourceDescriptions.changelogApi.url}#/paths/~1branches~1{branch}~1changelogs/post
Post an "added" changelog entry announcing the new version.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.