Skip to content

Bump com.couchbase.client:java-client from 3.4.11 to 3.5.3 in /modules/couchbase #321

Bump com.couchbase.client:java-client from 3.4.11 to 3.5.3 in /modules/couchbase

Bump com.couchbase.client:java-client from 3.4.11 to 3.5.3 in /modules/couchbase #321

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}