Skip to content

chore(ci): Test and fix docs version bump on minor release#6899

Open
ztefanie wants to merge 1 commit intomainfrom
chore/test-release-docs-version-bump
Open

chore(ci): Test and fix docs version bump on minor release#6899
ztefanie wants to merge 1 commit intomainfrom
chore/test-release-docs-version-bump

Conversation

@ztefanie
Copy link
Copy Markdown
Collaborator

@ztefanie ztefanie commented Apr 7, 2026

Description

Checklist

  • Backport labels are added if these code changes should be backported. No backport label is added to the latest
    release, as this branch will be rebased onto main before the next release. Example backport labels:
    • backport stable/8.8: for changes that should be included in the next 8.8.x release.
    • or backport release-8.8.7: for changes that should be included in the specific release 8.8.7, and this
      release has already been created. The release branch will be merged back into stable/8.8 later, so the change
      will be included in future 8.8.x releases as well.
  • Tests/Integration tests for the changes have been added if applicable.

@ztefanie ztefanie force-pushed the chore/test-release-docs-version-bump branch from 5f1c6e8 to 384574f Compare April 7, 2026 08:32

This message will be replaced with the full changelog once the release process completes.


Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted line breaks so we have exactly one new line between jobs.

@ztefanie ztefanie marked this pull request as ready for review April 7, 2026 09:04
@ztefanie ztefanie requested a review from a team as a code owner April 7, 2026 09:04
@ztefanie ztefanie requested review from chillleader and Copilot April 7, 2026 09:04
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates connector documentation links to the next minor docs version and adjusts the release workflow checkout so the automated “docs link bump” step runs against the branch head (including changes produced during earlier setup steps).

Changes:

  • Bump documentationRef links in selected connectors (Java annotations + element template JSON) from /docs/8.7/ to /docs/8.8/.
  • Update .github/workflows/RELEASE.yaml to checkout with ref: ${{ github.ref }} in the docs-links bump job (and minor whitespace cleanup).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
connectors/google/google-gemini/src/main/java/io/camunda/connector/gemini/GeminiConnectorFunction.java Bumps @ElementTemplate.documentationRef to docs 8.8.
connectors/google/google-gemini/element-templates/hybrid/google-gemini-outbound-connector-hybrid.json Bumps element template documentationRef to docs 8.8.
connectors/google/google-gemini/element-templates/google-gemini-outbound-connector.json Bumps element template documentationRef to docs 8.8.
connectors/box/src/main/java/io/camunda/connector/box/BoxFunction.java Bumps @ElementTemplate.documentationRef to docs 8.8.
connectors/box/element-templates/hybrid/box-outbound-connector-hybrid.json Bumps element template documentationRef to docs 8.8.
connectors/box/element-templates/box-outbound-connector.json Bumps element template documentationRef to docs 8.8.
connectors/aws/aws-s3/src/main/java/io/camunda/connector/aws/s3/S3ConnectorFunction.java Bumps @ElementTemplate.documentationRef to docs 8.8.
connectors/aws/aws-s3/element-templates/hybrid/aws-s3-outbound-connector-hybrid.json Bumps element template documentationRef to docs 8.8.
connectors/aws/aws-s3/element-templates/aws-s3-outbound-connector.json Bumps element template documentationRef to docs 8.8.
connectors/aws/aws-comprehend/src/main/java/io/camunda/connector/comprehend/ComprehendConnectorFunction.java Bumps @ElementTemplate.documentationRef to docs 8.8.
connectors/aws/aws-comprehend/element-templates/hybrid/aws-comprehend-outbound-connector-hybrid.json Bumps element template documentationRef to docs 8.8.
connectors/aws/aws-comprehend/element-templates/aws-comprehend-outbound-connector.json Bumps element template documentationRef to docs 8.8.
.github/workflows/RELEASE.yaml Ensures the docs-links bump job checks out the branch ref (not a stale SHA) and minor whitespace tweaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants