ReadMe · Arazzo Workflow
ReadMe Publish A Changelog Post
Version 1.0.0
Create a changelog post on a branch and read it back by slug.
View Spec
View on GitHub
DocumentationDeveloper HubAPI ReferencePortalsAnalyticsAIMCPBi-Directional SyncArazzoWorkflows
Provider
Workflows
publish-changelog-post
Create a changelog post then fetch it back by slug.
Creates a changelog post on the supplied branch and reads it back by slug to confirm it was published.
1
createChangelog
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1changelogs/post
Create a typed changelog post on the target branch.
2
getChangelog
{$sourceDescriptions.readmeApi.url}#/paths/~1branches~1{branch}~1changelogs~1{slug}/get
Read the created changelog post back by slug to confirm publication.