diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1da9e88..05bbabd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,6 @@ jobs: - uses: google-github-actions/release-please-action@v4 id: release with: - release-type: ruby token: ${{ secrets.PORTER_GITHUB_TOKEN }} - name: Checkout diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..c3f1463 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.2.0" +} diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..bcdf964 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,12 @@ +{ + "packages": { + ".": { + "package-name": "kitchen-vro", + "changelog-path": "CHANGELOG.md", + "release-type": "ruby", + "include-component-in-tag": false, + "version-file": "lib/kitchen/driver/version.rb" + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" +}