From 365bcf9298cd860d19e6211b822bf69b61cc55e7 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 16 Oct 2025 11:42:26 +0100 Subject: [PATCH 1/2] fix: Typo in publish.yml for package publishing step (#207) --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c51409d..c6b0100 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ on: permissions: contents: read + packages: write jobs: publish: @@ -22,7 +23,7 @@ jobs: uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 - name: Setup Gradle uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 - - name: Publish Packagee + - name: Publish Package env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: ./gradlew publish From 19f238b0cbca5a87e8a826f9524373d1825fda9c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:43:31 +0100 Subject: [PATCH 2/2] chore(main): Release v0.0.40 (#208) :robot: I have created a release *beep* *boop* --- ## [0.0.40](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.39...v0.0.40) (2025-10-16) ### Bug Fixes * Typo in publish.yml for package publishing step ([#207](https://github.com/cloudquery/plugin-pb-java/issues/207)) ([365bcf9](https://github.com/cloudquery/plugin-pb-java/commit/365bcf9298cd860d19e6211b822bf69b61cc55e7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39fa8ed..28d28bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.39" + ".": "0.0.40" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8402591..f2a53cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.40](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.39...v0.0.40) (2025-10-16) + + +### Bug Fixes + +* Typo in publish.yml for package publishing step ([#207](https://github.com/cloudquery/plugin-pb-java/issues/207)) ([365bcf9](https://github.com/cloudquery/plugin-pb-java/commit/365bcf9298cd860d19e6211b822bf69b61cc55e7)) + ## [0.0.39](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.38...v0.0.39) (2025-10-16) diff --git a/build.gradle b/build.gradle index 9bbfc1f..28c4dda 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ application { group 'io.cloudquery' // x-release-please-start-version -version = '0.0.39' +version = '0.0.40' // x-release-please-end repositories {