Skip to content

Commit

Permalink
Check in nuodb-cp CLI documentation for release automatically
Browse files Browse the repository at this point in the history
Starting with release 2.3.0 of the NuoDB Control Plane, documentation
for the nuodb-cp CLI tool will be published as a GitHub Release
artifact.
  • Loading branch information
adriansuarez committed Dec 15, 2023
1 parent 6b8eca9 commit 8657852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ case "$TAG" in
;;
esac

# Download latest openapi.yaml and update if necessary
gh release download "$TAG" -p openapi.yaml --clobber
git add openapi.yaml
# Download latest OpenAPI spec and CLI doc, and update if necessary
gh release download "$TAG" -p openapi.yaml -p nuodb-cp.adoc --clobber
git add openapi.yaml nuodb-cp.adoc
git commit --allow-empty -m "Create release $TAG"

# Force update and push tag unless DRY_RUN=true
Expand Down

0 comments on commit 8657852

Please sign in to comment.