googleapis / googleapis/release-please-action
v3.7.7+ causes CI to fail with "Not Found" error
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
### TL;DR
Ever since v3.7.7 of this action, my releases have been failing on the CI with a "Not Found" error. I believe the issue was caused by #753. The repo in question is [here](https://github.com/TheOpenDictionary/odict). I've since fixed the issue by locking by GH Action to v3.7.6.
### Expected behavior
`release-please` should continue functioning like before
### Observed behavior
The CI started to fail with a "Not Found" error.
### Action YAML
```yaml
name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: release
name: Release please
uses: google-github-actions/release-please-action@v3.7.6
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
monorepo-tags: true
bump-patch-for-minor-pre-major: true
- name: Setup asdf
uses: asdf-vm/actions/setup@v2
- name: Cache asdf
id: cache-asdf
uses: actions/cache@v3
with:
path: |
/home/runner/.asdf
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
restore-keys: |
${{ runner.os }}-asdf-
- name: Install dependencies in .tool-versions
uses: asdf-vm/actions/install@v2
- name: Fetch tags
run: git fetch --force --tags
- name: Publish CLI
uses: goreleaser/goreleaser-action@v5
if: steps.release.outputs.release_created
env:
HOMEBREW_GH_TOKEN: ${{ secrets.HOMEBREW_GH_TOKEN }}
with:
args: release --clean
- name: Publish to NPM
if: steps.release.outputs.js--release_created
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: just js publish
- name: Publish to Pypi
if: steps.release.outputs.python--release_created
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: just python publish
```
### Log output
```text
2023-09-17T23:34:35.5005072Z Requested labels: ubuntu-latest
2023-09-17T23:34:35.5005275Z Job defined at: TheOpenDictionary/odict/.github/workflows/release-please.yml@refs/heads/main
2023-09-17T23:34:35.5005360Z Waiting for a runner to pick up this job...
2023-09-17T23:34:35.9738880Z Job is waiting for a hosted runner to come online.
2023-09-17T23:34:39.2249193Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
2023-09-17T23:34:41.3041292Z Current runner version: '2.309.0'
2023-09-17T23:34:41.3069245Z ##[group]Operating System
2023-09-17T23:34:41.3070058Z Ubuntu
2023-09-17T23:34:41.3070411Z 22.04.3
2023-09-17T23:34:41.3070701Z LTS
2023-09-17T23:34:41.3071073Z ##[endgroup]
2023-09-17T23:34:41.3071501Z ##[group]Runner Image
2023-09-17T23:34:41.3071981Z Image: ubuntu-22.04
2023-09-17T23:34:41.3072373Z Version: 20230911.1.0
2023-09-17T23:34:41.3073137Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230911.1/images/linux/Ubuntu2204-Readme.md
2023-09-17T23:34:41.3073939Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230911.1
2023-09-17T23:34:41.3074550Z ##[endgroup]
2023-09-17T23:34:41.3074969Z ##[group]Runner Image Provisioner
2023-09-17T23:34:41.3075386Z 2.0.299.1
2023-09-17T23:34:41.3075763Z ##[endgroup]
2023-09-17T23:34:41.3076598Z ##[group]GITHUB_TOKEN Permissions
2023-09-17T23:34:41.3078400Z Contents: write
2023-09-17T23:34:41.3078814Z Metadata: read
2023-09-17T23:34:41.3079589Z PullRequests: write
2023-09-17T23:34:41.3080059Z ##[endgroup]
2023-09-17T23:34:41.3083656Z Secret source: Actions
2023-09-17T23:34:41.3084255Z Prepare workflow directory
2023-09-17T23:34:41.3837175Z Prepare all required actions
2023-09-17T23:34:41.4033511Z Getting action download info
2023-09-17T23:34:41.6775032Z Download action repository 'actions/checkout@v4' (SHA:3df4ab11eba7bda6032a0b82a6bb43b11571feac)
2023-09-17T23:34:41.9538568Z Download action repository 'google-github-actions/release-please-action@v3' (SHA:ca6063f4ed81b55db15b8c42d1b6f7925866342d)
2023-09-17T23:34:42.2167667Z Download action repository 'asdf-vm/actions@v2' (SHA:6a442392015fbbdd8b48696d41e0051b2698b2e4)
2023-09-17T23:34:42.4292961Z Download action repository 'actions/cache@v3' (SHA:704facf57e6136b1bc63b828d79edcd491f0ee84)
2023-09-17T23:34:42.8623806Z Complete job name: release-please
2023-09-17T23:34:42.9598381Z ##[group]Run actions/checkout@v4
2023-09-17T23:34:42.9598716Z with:
2023-09-17T23:34:42.9598982Z repository: TheOpenDictionary/odict
2023-09-17T23:34:42.9599539Z token: ***
2023-09-17T23:34:42.9599765Z ssh-strict: true
2023-09-17T23:34:42.9600027Z persist-credentials: true
2023-09-17T23:34:42.9600282Z clean: true
2023-09-17T23:34:42.9600541Z sparse-checkout-cone-mode: true
2023-09-17T23:34:42.9600811Z fetch-depth: 1
2023-09-17T23:34:42.9601041Z fetch-tags: false
2023-09-17T23:34:42.9601282Z show-progress: true
2023-09-17T23:34:42.9601515Z lfs: false
2023-09-17T23:34:42.9601737Z submodules: false
2023-09-17T23:34:42.9601993Z set-safe-directory: true
2023-09-17T23:34:42.9602235Z ##[endgroup]
2023-09-17T23:34:43.2052704Z Syncing repository: TheOpenDictionary/odict
2023-09-17T23:34:43.2054482Z ##[group]Getting Git version info
2023-09-17T23:34:43.2055019Z Working directory is '/home/runner/work/odict/odict'
2023-09-17T23:34:43.2055672Z [command]/usr/bin/git version
2023-09-17T23:34:43.2154758Z git version 2.42.0
2023-09-17T23:34:43.2184660Z ##[endgroup]
2023-09-17T23:34:43.2234586Z Temporarily overriding HOME='/home/runner/work/_temp/afa36a74-2fca-4982-b3bc-acdac14644d7' before making global git config changes
2023-09-17T23:34:43.2238587Z Adding repository directory to the temporary git global config as a safe directory
2023-09-17T23:34:43.2247117Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/odict/odict
2023-09-17T23:34:43.2295495Z Deleting the contents of '/home/runner/work/odict/odict'
2023-09-17T23:34:43.2314126Z ##[group]Initializing the repository
2023-09-17T23:34:43.2314520Z [command]/usr/bin/git init /home/runner/work/odict/odict
2023-09-17T23:34:43.2379370Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-09-17T23:34:43.2383543Z hint: is subject to change. To configure the initial branch name to use in all
2023-09-17T23:34:43.2388122Z hint: of your new repositories, which will suppress this warning, call:
2023-09-17T23:34:43.2391999Z hint:
2023-09-17T23:34:43.2396178Z hint: git config --global init.defaultBranch
2023-09-17T23:34:43.2400462Z hint:
2023-09-17T23:34:43.2404241Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-09-17T23:34:43.2408161Z hint: 'development'. The just-created branch can be renamed via this command:
2023-09-17T23:34:43.2411856Z hint:
2023-09-17T23:34:43.2416943Z hint: git branch -m
2023-09-17T23:34:43.2453220Z Initialized empty Git repository in /home/runner/work/odict/odict/.git/
2023-09-17T23:34:43.2454752Z [command]/usr/bin/git remote add origin https://github.com/TheOpenDictionary/odict
2023-09-17T23:34:43.2503610Z ##[endgroup]
2023-09-17T23:34:43.2504292Z ##[group]Disabling automatic garbage collection
2023-09-17T23:34:43.2504958Z [command]/usr/bin/git config --local gc.auto 0
2023-09-17T23:34:43.2550156Z ##[endgroup]
2023-09-17T23:34:43.2550622Z ##[group]Setting up auth
2023-09-17T23:34:43.2551186Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-17T23:34:43.2613738Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-17T23:34:43.3013539Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-17T23:34:43.3040610Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-17T23:34:43.3336658Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-09-17T23:34:43.3337639Z ##[endgroup]
2023-09-17T23:34:43.3338085Z ##[group]Fetching the repository
2023-09-17T23:34:43.3339290Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +62052f544bb4d8e6689ea2b3df89f02d28606c51:refs/remotes/origin/main
2023-09-17T23:34:43.6329040Z From https://github.com/TheOpenDictionary/odict
2023-09-17T23:34:43.6329923Z * [new ref] 62052f544bb4d8e6689ea2b3df89f02d28606c51 -> origin/main
2023-09-17T23:34:43.6330914Z ##[endgroup]
2023-09-17T23:34:43.6331366Z ##[group]Determining the checkout info
2023-09-17T23:34:43.6331797Z ##[endgroup]
2023-09-17T23:34:43.6332213Z ##[group]Checking out the ref
2023-09-17T23:34:43.6332695Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2023-09-17T23:34:43.6439818Z Switched to a new branch 'main'
2023-09-17T23:34:43.6440329Z branch 'main' set up to track 'origin/main'.
2023-09-17T23:34:43.6441329Z ##[endgroup]
2023-09-17T23:34:43.6473755Z [command]/usr/bin/git log -1 --format='%H'
2023-09-17T23:34:43.6496931Z '62052f544bb4d8e6689ea2b3df89f02d28606c51'
2023-09-17T23:34:43.7046084Z ##[group]Run google-github-actions/release-please-action@v3
2023-09-17T23:34:43.7046557Z with:
2023-09-17T23:34:43.7046878Z command: manifest
2023-09-17T23:34:43.7047450Z token: ***
2023-09-17T23:34:43.7047859Z monorepo-tags: true
2023-09-17T23:34:43.7048258Z bump-patch-for-minor-pre-major: true
2023-09-17T23:34:43.7048583Z fork: false
2023-09-17T23:34:43.7048877Z clean: true
2023-09-17T23:34:43.7049202Z bump-minor-pre-major: false
2023-09-17T23:34:43.7049641Z changelog-host: https://github.com
2023-09-17T23:34:43.7050053Z github-api-url: https://api.github.com
2023-09-17T23:34:43.7050438Z github-graphql-url: https://api.github.com/graphql
2023-09-17T23:34:43.7050815Z ##[endgroup]
2023-09-17T23:34:44.2903828Z ❯ Fetching release-please-config.json from branch main
2023-09-17T23:34:44.2909786Z ❯ Fetching .release-please-manifest.json from branch main
2023-09-17T23:34:44.6879504Z ✔ Building releases
2023-09-17T23:34:44.6915251Z ✔ Building strategies by path
2023-09-17T23:34:44.6916198Z ❯ .: simple
2023-09-17T23:34:44.6917097Z ❯ js: node
2023-09-17T23:34:44.6917812Z ❯ python: python
2023-09-17T23:34:44.6918655Z ❯ jvm: java
2023-09-17T23:34:45.4412504Z ❯ Found pull request #451: 'chore: release main'
2023-09-17T23:34:45.4470613Z ✔ Building release for path: .
2023-09-17T23:34:45.4477824Z ❯ type: simple
2023-09-17T23:34:45.4478184Z ❯ targetBranch: main
2023-09-17T23:34:45.4478831Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4479396Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4479955Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4480522Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4481122Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4481678Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4489819Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4490393Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4490928Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4491558Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4492107Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4492652Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4493055Z ✔ Building release for path: js
2023-09-17T23:34:45.4493495Z ❯ type: node
2023-09-17T23:34:45.4493846Z ❯ targetBranch: main
2023-09-17T23:34:45.4502249Z ✔ Pull request contains releases, but not for component: js
2023-09-17T23:34:45.4505337Z ✔ Building release for path: python
2023-09-17T23:34:45.4507995Z ❯ type: python
2023-09-17T23:34:45.4510868Z ❯ targetBranch: main
2023-09-17T23:34:45.4519324Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4519963Z ✔ Pull request contains releases, but not for component: python
2023-09-17T23:34:45.4520714Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4521503Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4522148Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4522778Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4523427Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4528613Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4529142Z ✔ Building release for path: jvm
2023-09-17T23:34:45.4529775Z ❯ type: java
2023-09-17T23:34:45.4532702Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4533213Z ❯ targetBranch: main
2023-09-17T23:34:45.4534001Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4534714Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:34:45.4535409Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:34:45.4536571Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:34:45.4767089Z ⚠ Skipping non-published version: 0.0.2-SNAPSHOT
2023-09-17T23:34:50.2902980Z ✔ Creating 1 releases for pull #451
2023-09-17T23:34:50.7100477Z ❯ adding comment to https://github.com/TheOpenDictionary/odict/issues/451
2023-09-17T23:34:51.4815596Z ❯ removing labels: autorelease: pending from issue/pull 451
2023-09-17T23:34:51.4819816Z ❯ adding labels: autorelease: tagged from issue/pull 451
2023-09-17T23:34:52.0201074Z ❯ Fetching release-please-config.json from branch main
2023-09-17T23:34:52.0202054Z ❯ Fetching .release-please-manifest.json from branch main
2023-09-17T23:34:52.0207747Z ✔ Building pull requests
2023-09-17T23:34:52.0208520Z ✔ Building strategies by path
2023-09-17T23:34:52.0209054Z ❯ .: simple
2023-09-17T23:34:52.0209542Z ❯ js: node
2023-09-17T23:34:52.0232369Z ❯ python: python
2023-09-17T23:34:52.0233188Z ❯ jvm: java
2023-09-17T23:34:52.0234230Z ✔ Collecting release commit SHAs
2023-09-17T23:34:52.0234620Z ❯ release search depth: 400
2023-09-17T23:34:52.0235025Z ❯ Fetching releases with cursor undefined
2023-09-17T23:34:52.4279050Z ❯ Found release for path ., v1.17.1
2023-09-17T23:34:52.4282548Z ❯ Found release for path python, python-v0.7.0
2023-09-17T23:34:52.4285092Z ❯ Found release for path js, js-v0.8.0
2023-09-17T23:34:52.4290523Z ❯ Fetching releases with cursor Y3Vyc29yOnYyOpK0MjAyMy0wNS0yOFQwMDoxOTo1MVrOBj3zHQ==
2023-09-17T23:34:52.8282312Z ⚠ Found release tag with component 'theopendictionary', but not configured in manifest
2023-09-17T23:34:52.8283340Z ⚠ Found release tag with component 'theopendictionary', but not configured in manifest
2023-09-17T23:34:52.8284347Z ⚠ Found release tag with component 'theopendictionary', but not configured in manifest
2023-09-17T23:34:52.8285070Z ❯ Fetching releases with cursor Y3Vyc29yOnYyOpK0MjAyMi0xMS0xMlQwNToxMTowMVrOBPCFuQ==
2023-09-17T23:34:53.1895929Z ⚠ Found release tag with component 'theopendictionary', but not configured in manifest
2023-09-17T23:34:53.1896801Z ⚠ Unable to parse release name: 1.4
2023-09-17T23:34:53.1897347Z ⚠ Unable to parse release name: 1.3
2023-09-17T23:34:53.1897859Z ⚠ Unable to parse release name: 1.2
2023-09-17T23:34:53.1898352Z ⚠ Unable to parse release name: 1.1
2023-09-17T23:34:53.1898805Z ⚠ Unable to parse release name: 1.0
2023-09-17T23:34:53.1899323Z ⚠ Expected 4 releases, only found 3
2023-09-17T23:34:53.1899769Z ⚠ Missing 1 paths: jvm
2023-09-17T23:34:53.4989203Z ⚠ Expected 4 releases, only found 3
2023-09-17T23:34:53.4989688Z ❯ looking for tagName: jvm-v0.0.1
2023-09-17T23:34:53.4990520Z ❯ release for path: ., version: 1.17.1, sha: 62052f544bb4d8e6689ea2b3df89f02d28606c51
2023-09-17T23:34:53.4991283Z ❯ release for path: python, version: 0.7.0, sha: ac4a5112b45e4b0e0fffa7abaa87905784356f43
2023-09-17T23:34:53.4992010Z ❯ release for path: js, version: 0.8.0, sha: ac4a5112b45e4b0e0fffa7abaa87905784356f43
2023-09-17T23:34:53.4992884Z ✔ Collecting commits since all latest releases
2023-09-17T23:34:53.4993377Z ❯ commit search depth: 500
2023-09-17T23:34:53.5008528Z ❯ Set(2) {
2023-09-17T23:34:53.5009132Z '62052f544bb4d8e6689ea2b3df89f02d28606c51',
2023-09-17T23:34:53.5009679Z 'ac4a5112b45e4b0e0fffa7abaa87905784356f43'
2023-09-17T23:34:53.5010068Z }
2023-09-17T23:34:53.5010625Z ❯ Fetching merge commits on branch main with cursor: undefined
2023-09-17T23:34:55.1106050Z ❯ Backfilling file list for commit: aaca7d4de126f72e2ab4100cedccd493ff6eff15
2023-09-17T23:34:55.2820030Z ❯ Found 5 files
2023-09-17T23:34:55.2821046Z ❯ Backfilling file list for commit: bab931579cf9df42720071673abac7c149c78c9a
2023-09-17T23:34:55.4104683Z ❯ Found 19 files
2023-09-17T23:34:55.4105522Z ❯ Backfilling file list for commit: 2a5aa7fad9f77d86f2cb11cd276a4982e740c0d6
2023-09-17T23:34:55.5253274Z ❯ Found 3 files
2023-09-17T23:34:55.5254335Z ❯ Backfilling file list for commit: 2eed906830a569a89b9f74d4a5058f71fde8dd10
2023-09-17T23:34:55.6446448Z ❯ Found 2 files
2023-09-17T23:34:55.6451906Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 24
2023-09-17T23:34:56.8681288Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 49
2023-09-17T23:34:58.9378778Z ❯ Backfilling file list for commit: de4805a008d706326c3be317311c5092cd4ee43f
2023-09-17T23:34:59.1197515Z ❯ Found 8 files
2023-09-17T23:34:59.1200417Z ❯ Backfilling file list for commit: a399eaee8f8d12ee537ed68a87487c12c3387237
2023-09-17T23:34:59.2826142Z ❯ Found 9 files
2023-09-17T23:34:59.2830979Z ❯ Backfilling file list for commit: e31dcddc11006e6b2895f2516c592d660101cf83
2023-09-17T23:34:59.4689900Z ❯ Found 9 files
2023-09-17T23:34:59.4692218Z ❯ Backfilling file list for commit: 1631e069ab8b819ad49d1da50833f9019b5a4d32
2023-09-17T23:34:59.6112050Z ❯ Found 3 files
2023-09-17T23:34:59.6115715Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 74
2023-09-17T23:35:01.2772898Z ❯ Backfilling file list for commit: 7680cf5b6205b4210bd18c439025ef71238fd81c
2023-09-17T23:35:01.4632737Z ❯ Found 2 files
2023-09-17T23:35:01.4635635Z ❯ Backfilling file list for commit: 3eed477faa5616a2ba4394297defe7ca8c10246c
2023-09-17T23:35:01.6220605Z ❯ Found 1 files
2023-09-17T23:35:01.6228214Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 99
2023-09-17T23:35:03.4178140Z ❯ Backfilling file list for commit: 725bba46a5f31580ed3207b7bea2e302680b49fb
2023-09-17T23:35:03.5711396Z ❯ Found 1 files
2023-09-17T23:35:03.5712207Z ❯ Backfilling file list for commit: 47fcf5a745ce76cb81ca6735dc46721e52bb8d73
2023-09-17T23:35:03.6918179Z ❯ Found 1 files
2023-09-17T23:35:03.6918770Z ❯ Backfilling file list for commit: 8ee6e9a119445807af7e5fe4017e54e2fde0474a
2023-09-17T23:35:03.8560582Z ❯ Found 1 files
2023-09-17T23:35:03.8561590Z ❯ Backfilling file list for commit: e22e47d19a36d011bd9d677192a8334f656925eb
2023-09-17T23:35:03.9640184Z ❯ Found 1 files
2023-09-17T23:35:03.9641264Z ❯ Backfilling file list for commit: 741c236d537cb1eaacc728ae4bcddad5664fee42
2023-09-17T23:35:04.1206212Z ❯ Found 2 files
2023-09-17T23:35:04.1207374Z ❯ Backfilling file list for commit: 0487c39c173fdd52c35c5f959ddc4c2d23cd40af
2023-09-17T23:35:04.2837788Z ❯ Found 2 files
2023-09-17T23:35:04.2838618Z ❯ Backfilling file list for commit: eda588ae0e6b9c971df3bee4c2d598d9a95a22e8
2023-09-17T23:35:04.4373156Z ❯ Found 3 files
2023-09-17T23:35:04.4373755Z ❯ Backfilling file list for commit: 388176c60145ba1ba02ca4dc3a54c8fb3a688b68
2023-09-17T23:35:04.6008015Z ❯ Found 2 files
2023-09-17T23:35:04.6008588Z ❯ Backfilling file list for commit: 810e6f7b0a772cc0d58797f02ff4c962a9e98bcc
2023-09-17T23:35:04.7261406Z ❯ Found 1 files
2023-09-17T23:35:04.7262095Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 124
2023-09-17T23:35:06.2981310Z ❯ Backfilling file list for commit: 4a1a0dbd1d005683dbb2f63abd733ec26b0064c5
2023-09-17T23:35:06.4461879Z ❯ Found 3 files
2023-09-17T23:35:06.4462461Z ❯ Backfilling file list for commit: 0fdd9bc073a20769a6bb80939290a8981d526920
2023-09-17T23:35:06.6886359Z ❯ Found 33 files
2023-09-17T23:35:06.6897558Z ❯ Backfilling file list for commit: 1b2f9a25def93b954ada35d31db0dc4367fc4d4d
2023-09-17T23:35:06.8434712Z ❯ Found 5 files
2023-09-17T23:35:06.8435288Z ❯ Backfilling file list for commit: 42669ce4e7478d5acd69342dac70d9cebcbc4c4a
2023-09-17T23:35:06.9703194Z ❯ Found 1 files
2023-09-17T23:35:06.9703841Z ❯ Backfilling file list for commit: bcef3cb6c28b2ae06c2ec01a3ffd56ef5ee394ba
2023-09-17T23:35:07.1345790Z ❯ Found 9 files
2023-09-17T23:35:07.1346728Z ❯ Backfilling file list for commit: 777a6686179bc0b5cdd294b2bcc9cf7e81364587
2023-09-17T23:35:07.2976569Z ❯ Found 2 files
2023-09-17T23:35:07.2978963Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 149
2023-09-17T23:35:08.9925404Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 174
2023-09-17T23:35:10.3850772Z ❯ Backfilling file list for commit: 178a6a7c5d97b1ac530f03984571cc178f4142c5
2023-09-17T23:35:10.5396943Z ❯ Found 2 files
2023-09-17T23:35:10.5398877Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 199
2023-09-17T23:35:12.2627141Z ❯ Backfilling file list for commit: 48bb08cd856c9e9d2ad5d85c550332b7af3eaebc
2023-09-17T23:35:12.3736195Z ❯ Found 2 files
2023-09-17T23:35:12.3739552Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 224
2023-09-17T23:35:14.1788424Z ❯ Backfilling file list for commit: a93c14cd108764c86ad2fa3b4c8fc721aaace0c7
2023-09-17T23:35:14.2863922Z ❯ Found 6 files
2023-09-17T23:35:14.2864917Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 249
2023-09-17T23:35:16.3551280Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 274
2023-09-17T23:35:18.5441815Z ❯ Backfilling file list for commit: cf78da92ca0e0a8cf164f5ca976ac18975f98f88
2023-09-17T23:35:18.7428845Z ❯ Found 1 files
2023-09-17T23:35:18.7429947Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 299
2023-09-17T23:35:20.0295691Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 324
2023-09-17T23:35:22.0316772Z ❯ Backfilling file list for commit: fb0748d47aeee4e4ff5c13899a36e5742b008af2
2023-09-17T23:35:22.2136255Z ❯ Found 2 files
2023-09-17T23:35:22.2136937Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 349
2023-09-17T23:35:23.7900519Z ❯ Backfilling file list for commit: 97e8a62153a392189bdc57ae57a0bf7837790f60
2023-09-17T23:35:23.9098306Z ❯ Found 1 files
2023-09-17T23:35:23.9098890Z ❯ Backfilling file list for commit: dde8af56457e44ac1bee808f02ba18a640bb86ac
2023-09-17T23:35:24.0678115Z ❯ Found 1 files
2023-09-17T23:35:24.0678735Z ❯ Backfilling file list for commit: 0f9f8232fd91444ee473af6979d9ef980c4f89f1
2023-09-17T23:35:24.1923033Z ❯ Found 2 files
2023-09-17T23:35:24.1923602Z ❯ Backfilling file list for commit: 345f01fd5cdc01baef32f7388376b6efaebd1d7b
2023-09-17T23:35:24.3731625Z ❯ Found 11 files
2023-09-17T23:35:24.3732209Z ❯ Backfilling file list for commit: f3618e2daac35d3cac6ecd741f91b2f375e0c150
2023-09-17T23:35:24.5298703Z ❯ Found 1 files
2023-09-17T23:35:24.5299659Z ❯ Backfilling file list for commit: 7bba8ffed043cb99c460e3cd7e0ec1c070a7a877
2023-09-17T23:35:24.6591304Z ❯ Found 1 files
2023-09-17T23:35:24.6591901Z ❯ Backfilling file list for commit: 1a12dccab0c29da959909b36480992ea98a35e6a
2023-09-17T23:35:24.8442183Z ❯ Found 3 files
2023-09-17T23:35:24.8443289Z ❯ Backfilling file list for commit: aef0f41564afb99b1f692b5299c96425d7e302fc
2023-09-17T23:35:24.9917079Z ❯ Found 4 files
2023-09-17T23:35:24.9918603Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 374
2023-09-17T23:35:26.7636216Z ❯ Backfilling file list for commit: e12a70bb707c82dc7b02172edb97c990bfed676d
2023-09-17T23:35:26.9340865Z ❯ Found 2 files
2023-09-17T23:35:26.9342010Z ❯ Backfilling file list for commit: eceac85af3e236aaa042dd61ade102601e48564c
2023-09-17T23:35:27.0372070Z ❯ Found 2 files
2023-09-17T23:35:27.0373182Z ❯ Backfilling file list for commit: b40577620f406ae98d4e559b2f483327ca74dff2
2023-09-17T23:35:27.1590768Z ❯ Found 1 files
2023-09-17T23:35:27.1591620Z ❯ Backfilling file list for commit: 0670089449ccc1601a8e6a08c41c8faffd981814
2023-09-17T23:35:27.2811412Z ❯ Found 2 files
2023-09-17T23:35:27.2812478Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 399
2023-09-17T23:35:28.4801877Z ❯ Backfilling file list for commit: 52f975c8c1799d4ca8b18e944a90cf083088069e
2023-09-17T23:35:28.7130981Z ❯ Found 3 files
2023-09-17T23:35:28.7131855Z ❯ Backfilling file list for commit: cf5163a5683e1c07761951c816bb550e1ee7608f
2023-09-17T23:35:28.8440869Z ❯ Found 2 files
2023-09-17T23:35:28.8441761Z ❯ Backfilling file list for commit: 8f4372541b17327788f8e4680e608f45e6ab92ac
2023-09-17T23:35:28.9546824Z ❯ Found 1 files
2023-09-17T23:35:28.9548303Z ❯ Backfilling file list for commit: 550e8cc54ff5084e4cc74529103e3bd7b6d909ca
2023-09-17T23:35:29.1161388Z ❯ Found 3 files
2023-09-17T23:35:29.1164293Z ❯ Backfilling file list for commit: aa70c6fe006af7379a8da64c262aa33b95dc336a
2023-09-17T23:35:29.2885635Z ❯ Found 1 files
2023-09-17T23:35:29.2886451Z ❯ Backfilling file list for commit: 265e416e5499b407d5dd2213f3734b8bb09e3119
2023-09-17T23:35:29.4287370Z ❯ Found 1 files
2023-09-17T23:35:29.4288308Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 424
2023-09-17T23:35:30.6526323Z ❯ Backfilling file list for commit: 461725cb920d5ba497fa4492eba3d6146cc84ce0
2023-09-17T23:35:30.8196615Z ❯ Found 1 files
2023-09-17T23:35:30.8197620Z ❯ Backfilling file list for commit: a1d96ad8350e564fd7f9174d46cf52085ce76a86
2023-09-17T23:35:30.9734225Z ❯ Found 1 files
2023-09-17T23:35:30.9735189Z ❯ Backfilling file list for commit: 7e2e0831cc4b171047aea100c78eff77e82f1c03
2023-09-17T23:35:31.0906200Z ❯ Found 1 files
2023-09-17T23:35:31.0907137Z ❯ Backfilling file list for commit: f739ef0bc8ef4709b3fea52cc8b00486c547366d
2023-09-17T23:35:31.2500915Z ❯ Found 4 files
2023-09-17T23:35:31.2501574Z ❯ Backfilling file list for commit: 8bbf73d556d65d5ffb82669769cf4cf15e38e805
2023-09-17T23:35:31.4051912Z ❯ Found 6 files
2023-09-17T23:35:31.4052525Z ❯ Backfilling file list for commit: 3df34ac46051e6e618e890e157527cffad2d44bd
2023-09-17T23:35:31.5528422Z ❯ Found 5 files
2023-09-17T23:35:31.5529005Z ❯ Backfilling file list for commit: c57d01e6655a5e517c811c11b02456e7ae2e48ee
2023-09-17T23:35:31.7056651Z ❯ Found 2 files
2023-09-17T23:35:31.7057530Z ❯ Backfilling file list for commit: b0f385060cc45460d8ca38c699b00ad0cac9aa9e
2023-09-17T23:35:31.8590995Z ❯ Found 2 files
2023-09-17T23:35:31.8591846Z ❯ Backfilling file list for commit: aa814370297a56d9aa30e821a4e480c0ca3495c4
2023-09-17T23:35:31.9974177Z ❯ Found 8 files
2023-09-17T23:35:31.9975253Z ❯ Backfilling file list for commit: ede97cd69dcfb05af7ba15235e4418ab2189daea
2023-09-17T23:35:32.1538611Z ❯ Found 8 files
2023-09-17T23:35:32.1539603Z ❯ Backfilling file list for commit: dda84edcb05a22afc28e8d6a0552eb64dce4a1c8
2023-09-17T23:35:32.3322909Z ❯ Found 12 files
2023-09-17T23:35:32.3323902Z ❯ Backfilling file list for commit: 178a6da9215ec7ae9e6736a30ebf6903d230438d
2023-09-17T23:35:32.4787643Z ❯ Found 1 files
2023-09-17T23:35:32.4790049Z ❯ Backfilling file list for commit: 3074eb0b2cfab990506fbc694e24665417925421
2023-09-17T23:35:32.6317048Z ❯ Found 1 files
2023-09-17T23:35:32.6318052Z ❯ Backfilling file list for commit: 669cace5c290e6c7e84ce3d1c4e752e726873798
2023-09-17T23:35:32.7500225Z ❯ Found 1 files
2023-09-17T23:35:32.7500783Z ❯ Backfilling file list for commit: 0b54a41644e6f4e2d3e0f12b27f66d1301939d25
2023-09-17T23:35:32.9209893Z ❯ Found 1 files
2023-09-17T23:35:32.9213261Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 449
2023-09-17T23:35:34.2102768Z ❯ Backfilling file list for commit: c8714a0da2d4f2fa36915aa850deaa0cc6e2dbad
2023-09-17T23:35:34.3859307Z ❯ Found 4 files
2023-09-17T23:35:34.3860397Z ❯ Backfilling file list for commit: a1e229e863e72ea42aadcecb9abe7218bd4c14e9
2023-09-17T23:35:34.5240974Z ❯ Found 2 files
2023-09-17T23:35:34.5241887Z ❯ Backfilling file list for commit: 6640e94cc480d12cec04f3a95659d67230813880
2023-09-17T23:35:34.6755949Z ❯ Found 8 files
2023-09-17T23:35:34.6759096Z ❯ Backfilling file list for commit: cd1dcb6eebc12fff95a2084b65c8364484a5d82f
2023-09-17T23:35:34.8520160Z ❯ Found 1 files
2023-09-17T23:35:34.8521204Z ❯ Backfilling file list for commit: 35a27350bcef1f5790c63a17bcc11a6fdeb65236
2023-09-17T23:35:34.9944690Z ❯ Found 3 files
2023-09-17T23:35:34.9945591Z ❯ Backfilling file list for commit: a1c77e48a1387afdbafdade58009627950095b45
2023-09-17T23:35:35.1477242Z ❯ Found 1 files
2023-09-17T23:35:35.1480556Z ❯ Backfilling file list for commit: 6fbd1528f63a55f6b2aded8f39b3ab155f62bb80
2023-09-17T23:35:35.3246519Z ❯ Found 5 files
2023-09-17T23:35:35.3249741Z ❯ Backfilling file list for commit: 16ce87517509c08c7081d5d24f0e82fcd3631793
2023-09-17T23:35:35.4930685Z ❯ Found 8 files
2023-09-17T23:35:35.4931711Z ❯ Backfilling file list for commit: 73955edf1cd85730661465c6d1859abc1a495db3
2023-09-17T23:35:35.6901057Z ❯ Found 2 files
2023-09-17T23:35:35.6903095Z ❯ Backfilling file list for commit: a76ba11d9a5204d7e9c5bb100a7582d0657f1f19
2023-09-17T23:35:35.8600462Z ❯ Found 1 files
2023-09-17T23:35:35.8602580Z ✔ PR #30 has many files, backfilling
2023-09-17T23:35:35.8604473Z ❯ Backfilling file list for commit: 193519f62e014c496b975c22aeca32a0b9222e84
2023-09-17T23:35:36.1690781Z ❯ Found 126 files
2023-09-17T23:35:36.1691888Z ❯ Backfilling file list for commit: c6d7d6c6a9f4ceb926a7cdd9abe7a2b4b552aea7
2023-09-17T23:35:36.3175485Z ❯ Found 12 files
2023-09-17T23:35:36.3182064Z ❯ Backfilling file list for commit: 95981df7a6199a5528e274e165b6378eb5a7aa7e
2023-09-17T23:35:36.4686770Z ❯ Found 1 files
2023-09-17T23:35:36.4687604Z ❯ Backfilling file list for commit: d64597a59787af5b0c95216c9d75b29124128bf9
2023-09-17T23:35:36.6315292Z ❯ Found 1 files
2023-09-17T23:35:36.6315923Z ❯ Backfilling file list for commit: f5d44c9faba58846ae51043327faf15f41ec40f0
2023-09-17T23:35:36.7944919Z ❯ Found 1 files
2023-09-17T23:35:36.7945476Z ❯ Backfilling file list for commit: 030a1d99037e01d49cfd991165d01559b2dfc061
2023-09-17T23:35:36.9466633Z ❯ Found 4 files
2023-09-17T23:35:36.9467176Z ❯ Backfilling file list for commit: 30d7c057b14474e4e03588cf062385853c272e43
2023-09-17T23:35:37.1593449Z ❯ Found 1 files
2023-09-17T23:35:37.1594090Z ❯ Fetching merge commits on branch main with cursor: 62052f544bb4d8e6689ea2b3df89f02d28606c51 474
2023-09-17T23:35:38.1086627Z ❯ Backfilling file list for commit: 069903ef96e63dbc15275cad09e534a7fa3978b2
2023-09-17T23:35:38.2593055Z ❯ Found 2 files
2023-09-17T23:35:38.2593807Z ❯ Backfilling file list for commit: 43ad64958102f3c6de0a0e4b2ef7c6d027235d8f
2023-09-17T23:35:38.4033627Z ❯ Found 1 files
2023-09-17T23:35:38.4034723Z ❯ Backfilling file list for commit: 62c00640d194230b13c438131598a36e229ef9b1
2023-09-17T23:35:38.5564961Z ❯ Found 2 files
2023-09-17T23:35:38.5565579Z ❯ Backfilling file list for commit: 45c31a8d4faa0cc320c4f4af40173c6c3499e682
2023-09-17T23:35:38.7358946Z ❯ Found 5 files
2023-09-17T23:35:38.7359462Z ❯ Backfilling file list for commit: f6e4fe6e96223c4a3a489e24b0da5c11f2c31f69
2023-09-17T23:35:38.8939097Z ❯ Found 2 files
2023-09-17T23:35:38.8939660Z ❯ Backfilling file list for commit: 444e9a3ff29560d6798e5b63c22e4ff0e90c4dde
2023-09-17T23:35:39.0609134Z ❯ Found 1 files
2023-09-17T23:35:39.0610196Z ❯ Backfilling file list for commit: 4f52d28378e29bb016aa7c5e0e9d23f32eadcba7
2023-09-17T23:35:39.2108433Z ❯ Found 1 files
2023-09-17T23:35:39.2108984Z ❯ Backfilling file list for commit: d566821f311a33676aa7a0dc46835036d2d63025
2023-09-17T23:35:39.4021971Z ❯ Found 3 files
2023-09-17T23:35:39.4022954Z ❯ Backfilling file list for commit: 474e10a46843a4100dbe4bd63e88312ffbb995c3
2023-09-17T23:35:39.5773647Z ❯ Found 1 files
2023-09-17T23:35:39.5774227Z ❯ Backfilling file list for commit: 4cd95675dbcc9b4949d9954c635c2420965ee901
2023-09-17T23:35:39.8542348Z ❯ Found 1 files
2023-09-17T23:35:39.8542965Z ❯ Backfilling file list for commit: eb5ce8fd4235371820f56d9857536c722dddc610
2023-09-17T23:35:39.9735398Z ❯ Found 1 files
2023-09-17T23:35:39.9735980Z ❯ Backfilling file list for commit: 2b306c22f6c5cd6beef635bea50adb22c865435f
2023-09-17T23:35:40.1293179Z ❯ Found 4 files
2023-09-17T23:35:40.1294226Z ❯ Backfilling file list for commit: 39800332c1102a3bbcfa16ec8987952a4f4d1ea3
2023-09-17T23:35:40.2753569Z ❯ Found 6 files
2023-09-17T23:35:40.2754134Z ❯ Backfilling file list for commit: b139c374130f46ddff2d01d166aa5c0e4e9d2796
2023-09-17T23:35:40.4250457Z ❯ Found 4 files
2023-09-17T23:35:40.4253978Z ❯ Backfilling file list for commit: 128eb8bb9beb5a57d1ec26ce6a54a16807979906
2023-09-17T23:35:40.5592255Z ❯ Found 1 files
2023-09-17T23:35:40.5599499Z ❯ Backfilling file list for commit: 69c28fc663cc985b36b70207add1a87aeccbc819
2023-09-17T23:35:40.7331481Z ❯ Found 2 files
2023-09-17T23:35:40.7332047Z ❯ Backfilling file list for commit: 2c783e2a4d99788300249699a5d5149527f6ccc4
2023-09-17T23:35:40.8297617Z ❯ Found 1 files
2023-09-17T23:35:40.8298975Z ❯ Backfilling file list for commit: d24ab2b1dc598855ab5bc5b0fdb05102f0f59609
2023-09-17T23:35:41.0061401Z ❯ Found 2 files
2023-09-17T23:35:41.0061979Z ❯ Backfilling file list for commit: 36a311558d55eff2c5c726dca03f38d72e109299
2023-09-17T23:35:41.1672061Z ❯ Found 1 files
2023-09-17T23:35:41.1675767Z ❯ Backfilling file list for commit: 8627806ff8e8eebdd7c02961cb5d0cf0b5dc35c4
2023-09-17T23:35:41.3129184Z ❯ Found 2 files
2023-09-17T23:35:41.3129765Z ❯ Backfilling file list for commit: 62b2d6876ce8a34d2f6d0114308e06a3b4bd34e4
2023-09-17T23:35:41.4663077Z ❯ Found 6 files
2023-09-17T23:35:41.4665642Z ✔ Splitting 500 commits by path
2023-09-17T23:35:41.4696744Z ✔ No latest release found for path: jvm, component: jvm, but a previous version (0.0.1) was specified in the manifest.
2023-09-17T23:35:41.4697307Z ✔ Building candidate release pull request for path: .
2023-09-17T23:35:41.4698968Z ❯ type: simple
2023-09-17T23:35:41.4701413Z ❯ targetBranch: main
2023-09-17T23:35:41.4703824Z ❯ commits: 0
2023-09-17T23:35:41.4706223Z ✔ Considering: 0 commits
2023-09-17T23:35:41.4708620Z ✔ No commits for path: ., skipping
2023-09-17T23:35:41.4711098Z ✔ Building candidate release pull request for path: js
2023-09-17T23:35:41.4713664Z ❯ type: node
2023-09-17T23:35:41.4715995Z ❯ targetBranch: main
2023-09-17T23:35:41.4718714Z ❯ commits: 0
2023-09-17T23:35:41.4721381Z ✔ Considering: 0 commits
2023-09-17T23:35:41.4723779Z ✔ No commits for path: js, skipping
2023-09-17T23:35:41.4726258Z ✔ Building candidate release pull request for path: python
2023-09-17T23:35:41.4728645Z ❯ type: python
2023-09-17T23:35:41.4730980Z ❯ targetBranch: main
2023-09-17T23:35:41.4731438Z ❯ commits: 0
2023-09-17T23:35:41.4731864Z ✔ Considering: 0 commits
2023-09-17T23:35:41.4732356Z ✔ No commits for path: python, skipping
2023-09-17T23:35:41.4732929Z ✔ Building candidate release pull request for path: jvm
2023-09-17T23:35:41.4733396Z ❯ type: java
2023-09-17T23:35:41.4733805Z ❯ targetBranch: main
2023-09-17T23:35:41.4796604Z ❯ commit could not be parsed: dda84edcb05a22afc28e8d6a0552eb64dce4a1c8 Merge branch 'main' of github.com:TheOpenDictionary/odict
2023-09-17T23:35:41.4797861Z ❯ commits: 46
2023-09-17T23:35:41.4798222Z ⚠ No latest release pull request found.
2023-09-17T23:35:41.4801214Z ❯ component: jvm
2023-09-17T23:35:41.4805428Z ✔ Repository needs a snapshot bump.
2023-09-17T23:35:41.4814232Z ❯ running plugin: Merge
2023-09-17T23:35:41.4815978Z ✔ Merging 1 pull requests
2023-09-17T23:35:41.4816909Z ⚠ pullRequestTitlePattern miss the part of '${scope}'
2023-09-17T23:35:41.4817750Z ⚠ pullRequestTitlePattern miss the part of '${component}'
2023-09-17T23:35:41.4819395Z ⚠ pullRequestTitlePattern miss the part of '${version}'
2023-09-17T23:35:46.5469460Z ✔ Looking for open release pull requests
2023-09-17T23:35:46.7334103Z ✔ found 0 open release pull requests.
2023-09-17T23:35:46.7336066Z ✔ Looking for snoozed release pull requests
2023-09-17T23:35:51.6700600Z ✔ found 0 snoozed release pull requests.
2023-09-17T23:35:51.6709529Z ✔ Empty change set provided. No changes need to be made. Cancelling workflow.
2023-09-17T23:35:51.7756633Z ##[error]release-please failed: Not Found
2023-09-17T23:35:51.8033824Z Post job cleanup.
2023-09-17T23:35:51.8966679Z [command]/usr/bin/git version
2023-09-17T23:35:51.9016434Z git version 2.42.0
2023-09-17T23:35:51.9062886Z Temporarily overriding HOME='/home/runner/work/_temp/c7493c62-f775-4e17-852d-2445b026320d' before making global git config changes
2023-09-17T23:35:51.9063647Z Adding repository directory to the temporary git global config as a safe directory
2023-09-17T23:35:51.9067871Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/odict/odict
2023-09-17T23:35:51.9105843Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-17T23:35:51.9141357Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-17T23:35:51.9401198Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-17T23:35:51.9422849Z http.https://github.com/.extraheader
2023-09-17T23:35:51.9437086Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-09-17T23:35:51.9470078Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-17T23:35:52.0054609Z Cleaning up orphan processes
```
### Additional information
Originally tracked here: https://github.com/googleapis/release-please/issues/1955
Contributor guide
Research direction
Compare the release-please-action behavior between v3.7.6 and v3.7.7, starting with the change referenced in #753. Reproduce the failure with the manifest command and the odict workflow configuration, then use the provided CI log to locate the Not Found response. Done means v3.7.7 handles this workflow without the reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, devops, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100