googleapis / release-please-action

automated releases based on conventional commits
Apache License 2.0
1.61k stars 207 forks source link

v4 not detecting correct previous release, repo and project renamed in the past. #926

Closed bkw closed 7 months ago

bkw commented 7 months ago

TL;DR

v4 does not correctly locate previous releases, wants to update from 3.12.2 to 3.0.0

Expected behavior

release and changelog should be based on previous version, v3 creates expected release 3.13.0.

Observed behavior

Both the version number and the changelog are not based on the latest release.

A possible hint as to what's going on may be the first entry in the wrongly generated changelog: the repository has been renamed at some point in the quite distant past.

Downgrading to v3 produces the correct results.

Since this is a private project, I used the following replacements in the attached logs:

myorg/my-repo previous-repo-name

Action YAML

on:
  push:
    branches:
      - main
name: release-please
jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: google-github-actions/release-please-action@v4
        with:
          release-type: node
          config-file: release-please-config.json
          token: ${{ secrets.RELEASE_PLEASE_PAT }}

Log output

2024-01-18T09:58:33.9580377Z ##[group]Run google-github-actions/release-please-action@v4
2024-01-18T09:58:33.9581129Z with:
2024-01-18T09:58:33.9581556Z   release-type: node
2024-01-18T09:58:33.9582148Z   config-file: release-please-config.json
2024-01-18T09:58:33.9583088Z   token: ***
2024-01-18T09:58:33.9583492Z   repo-url: myorg/my-repo
2024-01-18T09:58:33.9584152Z   github-api-url: https://api.github.com
2024-01-18T09:58:33.9584836Z   github-graphql-url: https://api.github.com/graphql
2024-01-18T09:58:33.9585462Z   fork: false
2024-01-18T09:58:33.9585907Z   include-component-in-tag: false
2024-01-18T09:58:33.9586448Z   skip-github-release: false
2024-01-18T09:58:33.9586970Z   skip-github-pull-request: false
2024-01-18T09:58:33.9587541Z ##[endgroup]
2024-01-18T09:58:34.3982517Z Running release-please version: 16.5.0
2024-01-18T09:58:34.8516230Z ❯ Fetching package.json from branch main
2024-01-18T09:58:35.1375172Z ✔ Looking for latest release on branch: main with prefix: my-repo
2024-01-18T09:58:35.1388893Z ❯ Fetching merge commits on branch main with cursor: undefined
2024-01-18T09:58:36.5920031Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 24
2024-01-18T09:58:38.0188468Z ❯ Found latest release pull request: 644 version: 3.12.2
2024-01-18T09:58:38.0190542Z ❯ Fetching releases with cursor undefined
2024-01-18T09:58:38.3923580Z ❯ Fetching releases with cursor Y3Vyc29yOnYyOpK5MjAyMi0xMi0wNlQxNzo0MzoxNyswMTowMM4FE5-w
2024-01-18T09:58:38.8104757Z ❯ found release for my-repo Version {
2024-01-18T09:58:38.8105788Z   major: 1,
2024-01-18T09:58:38.8108193Z   minor: 2,
2024-01-18T09:58:38.8109465Z   patch: 0,
2024-01-18T09:58:38.8109957Z   preRelease: undefined,
2024-01-18T09:58:38.8110486Z   build: undefined
2024-01-18T09:58:38.8160949Z }
2024-01-18T09:58:38.8161687Z ❯ SHA not found in recent commits to branch main, skipping
2024-01-18T09:58:38.8168439Z ❯ found 1 possible releases. [
2024-01-18T09:58:38.8168828Z   Version {
2024-01-18T09:58:38.8169088Z     major: 3,
2024-01-18T09:58:38.8169425Z     minor: 12,
2024-01-18T09:58:38.8170115Z     patch: 2,
2024-01-18T09:58:38.8170413Z     preRelease: undefined,
2024-01-18T09:58:38.8170756Z     build: undefined
2024-01-18T09:58:38.8171053Z   }
2024-01-18T09:58:38.8171282Z ]
2024-01-18T09:58:38.8172365Z ✔ Building releases
2024-01-18T09:58:38.8172750Z ✔ Building strategies by path
2024-01-18T09:58:38.8173129Z ❯ .: node
2024-01-18T09:58:47.3508860Z ❯ Fetching package.json from branch main
2024-01-18T09:58:47.3513192Z ✔ Looking for latest release on branch: main with prefix: my-repo
2024-01-18T09:58:47.3514159Z ❯ Fetching merge commits on branch main with cursor: undefined
2024-01-18T09:58:48.0660137Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 24
2024-01-18T09:58:49.3085831Z ❯ Found latest release pull request: 644 version: 3.12.2
2024-01-18T09:58:49.3086925Z ❯ Fetching releases with cursor undefined
2024-01-18T09:58:49.6037348Z ❯ Fetching releases with cursor Y3Vyc29yOnYyOpK5MjAyMi0xMi0wNlQxNzo0MzoxNyswMTowMM4FE5-w
2024-01-18T09:58:49.8699951Z ❯ found release for my-repo Version {
2024-01-18T09:58:49.8700452Z   major: 1,
2024-01-18T09:58:49.8700687Z   minor: 2,
2024-01-18T09:58:49.8700921Z   patch: 0,
2024-01-18T09:58:49.8701171Z   preRelease: undefined,
2024-01-18T09:58:49.8701480Z   build: undefined
2024-01-18T09:58:49.8701721Z }
2024-01-18T09:58:49.8702161Z ❯ SHA not found in recent commits to branch main, skipping
2024-01-18T09:58:49.8710718Z ❯ found 1 possible releases. [
2024-01-18T09:58:49.8711155Z   Version {
2024-01-18T09:58:49.8711419Z     major: 3,
2024-01-18T09:58:49.8711695Z     minor: 12,
2024-01-18T09:58:49.8711974Z     patch: 2,
2024-01-18T09:58:49.8712260Z     preRelease: undefined,
2024-01-18T09:58:49.8712610Z     build: undefined
2024-01-18T09:58:49.8712902Z   }
2024-01-18T09:58:49.8713131Z ]
2024-01-18T09:58:49.8725628Z ✔ Building pull requests
2024-01-18T09:58:49.8726106Z ✔ Building strategies by path
2024-01-18T09:58:49.8726485Z ❯ .: node
2024-01-18T09:58:49.8727286Z ✔ Collecting release commit SHAs
2024-01-18T09:58:49.8727756Z ❯ release search depth: 400
2024-01-18T09:58:49.8728225Z ❯ Fetching releases with cursor undefined
2024-01-18T09:58:50.1901094Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1902631Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1903937Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1944185Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1945277Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1967680Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1968895Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1970263Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1971630Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1972788Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1973973Z ❯ Fetching releases with cursor Y3Vyc29yOnYyOpK5MjAyMi0xMi0wNlQxNzo0MzoxNyswMTowMM4FE5-w
2024-01-18T09:58:50.1975298Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.1976387Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2059093Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2060178Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2061184Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2062201Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2063604Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2064599Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2065579Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2066543Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2067510Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2068470Z ⚠ Found release tag with component 'my-repo', but not configured in manifest
2024-01-18T09:58:50.2069458Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.2070436Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.2071428Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4676109Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4677191Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4678199Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4679175Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4680164Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4681170Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4682142Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4683178Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4684867Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4686030Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4687005Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4687984Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4689397Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4690378Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4692020Z ⚠ Found release tag with component 'previous-repo-name', but not configured in manifest
2024-01-18T09:58:50.4692779Z ⚠ Expected 1 releases, only found 0
2024-01-18T09:58:50.4693226Z ⚠ Missing 1 paths: .
2024-01-18T09:58:50.7398248Z ❯ looking for tagName: v3.12.2
2024-01-18T09:58:50.7399870Z ⚠ Expected 1 releases, only found 0
2024-01-18T09:58:50.7400567Z ✔ Collecting commits since all latest releases
2024-01-18T09:58:50.7401726Z ❯ commit search depth: 500
2024-01-18T09:58:50.7402277Z ❯ Set(0) {}
2024-01-18T09:58:50.7402940Z ❯ Fetching merge commits on branch main with cursor: undefined
2024-01-18T09:58:51.6834445Z ❯ Backfilling file list for commit: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd
2024-01-18T09:58:51.8265583Z ❯ Found 1 files
2024-01-18T09:58:51.8266338Z ❯ Backfilling file list for commit: da59c8c8126335d2778460fdbf41f84866db6ea1
2024-01-18T09:58:52.0094938Z ❯ Found 1 files
2024-01-18T09:58:52.0095897Z ❯ Backfilling file list for commit: a2edfa63f7ebefc1ecb91aee04ad73a45178fc4b
2024-01-18T09:58:52.1735359Z ❯ Found 2 files
2024-01-18T09:58:52.1736610Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 24
2024-01-18T09:58:53.1742596Z ❯ Backfilling file list for commit: 377dd64fbbf3f5cb8fe24920b43e83364e9a1229
2024-01-18T09:58:53.3398095Z ❯ Found 2 files
2024-01-18T09:58:53.3400592Z ❯ Backfilling file list for commit: ca2d6d4bdfc796768dfa19d92e47b5c2f86a5a06
2024-01-18T09:58:53.4871762Z ❯ Found 1 files
2024-01-18T09:58:53.4872813Z ❯ Backfilling file list for commit: 575a4cffe7b43cb3079cbff8671916be000ed6b9
2024-01-18T09:58:53.6459527Z ❯ Found 1 files
2024-01-18T09:58:53.6460280Z ❯ Backfilling file list for commit: 36f777a47ff9c93a705b9ee758c511ce8014a4cb
2024-01-18T09:58:53.7910591Z ❯ Found 1 files
2024-01-18T09:58:53.7911353Z ❯ Backfilling file list for commit: 791176dd3b5d6b57c34954b2a339b7a7890fa86b
2024-01-18T09:58:53.9537594Z ❯ Found 2 files
2024-01-18T09:58:53.9538610Z ❯ Backfilling file list for commit: 8ba6684a92b60d12051de852647d4fc6024fa773
2024-01-18T09:58:54.1113592Z ❯ Found 3 files
2024-01-18T09:58:54.1114699Z ❯ Backfilling file list for commit: c3dc204d8c2ea8f36f2e15a15a1ea8505663b0de
2024-01-18T09:58:54.2722385Z ❯ Found 1 files
2024-01-18T09:58:54.2723550Z ❯ Backfilling file list for commit: 0643892835b94c07fdb4469368e90b2064ab10cb
2024-01-18T09:58:54.4361839Z ❯ Found 1 files
2024-01-18T09:58:54.4365127Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 49
2024-01-18T09:58:55.5360305Z ❯ Backfilling file list for commit: efc1f9c1afe948d804de412b952d876ee4314872
2024-01-18T09:58:55.6909115Z ❯ Found 4 files
2024-01-18T09:58:55.6909850Z ❯ Backfilling file list for commit: 8039178b29857630cda81f0243979484b9a379d3
2024-01-18T09:58:55.8799286Z ❯ Found 6 files
2024-01-18T09:58:55.8800039Z ❯ Backfilling file list for commit: e371010abf1f6f25824b345ce69c331e1288a505
2024-01-18T09:58:56.0543283Z ❯ Found 3 files
2024-01-18T09:58:56.0546829Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 74
2024-01-18T09:58:57.1802927Z ❯ Backfilling file list for commit: ce57bafaff650c6378a7538c4654962614ffa9f7
2024-01-18T09:58:57.3545666Z ❯ Found 2 files
2024-01-18T09:58:57.3546821Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 99
2024-01-18T09:58:58.5627569Z ❯ Backfilling file list for commit: a1a1e9a49e0d83ee3200320372f686f73591b8e3
2024-01-18T09:58:58.7383568Z ❯ Found 1 files
2024-01-18T09:58:58.7384712Z ❯ Backfilling file list for commit: b1c4d50ca1c978f6c0d1c5c6cd849149503d24cc
2024-01-18T09:58:58.9060901Z ❯ Found 6 files
2024-01-18T09:58:58.9061952Z ❯ Backfilling file list for commit: 7394848e5380326eb62ad2c9216280768e2fb966
2024-01-18T09:58:59.0604923Z ❯ Found 1 files
2024-01-18T09:58:59.0610466Z ❯ Backfilling file list for commit: b4d21e0dbb72277a7c657968fc93cf78a3b81db5
2024-01-18T09:58:59.2422791Z ❯ Found 1 files
2024-01-18T09:58:59.2423538Z ❯ Backfilling file list for commit: 69ea7cbc2e321939cc4913d59998fbf820958ab7
2024-01-18T09:58:59.4135373Z ❯ Found 1 files
2024-01-18T09:58:59.4136121Z ❯ Backfilling file list for commit: accc168e6cf23ff591efe55a6282091262d96046
2024-01-18T09:58:59.5706760Z ❯ Found 1 files
2024-01-18T09:58:59.5708971Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 124
2024-01-18T09:59:01.0153174Z ❯ Backfilling file list for commit: 1a2ce43af363529f2017e6c80993a22689ca11b2
2024-01-18T09:59:01.2082346Z ❯ Found 3 files
2024-01-18T09:59:01.2083711Z ❯ Backfilling file list for commit: 9a0c429911574a3bfe7b5aca6e20c9a3b0b24777
2024-01-18T09:59:01.3558076Z ❯ Found 2 files
2024-01-18T09:59:01.3559143Z ❯ Backfilling file list for commit: 30e386fb0bcb2609252dc4725a5698427e4afa65
2024-01-18T09:59:01.5054585Z ❯ Found 1 files
2024-01-18T09:59:01.5055349Z ❯ Backfilling file list for commit: 2a4444a4f6dec6457d1f3e54c8064881cf1426e3
2024-01-18T09:59:01.6759922Z ❯ Found 3 files
2024-01-18T09:59:01.6761008Z ❯ Backfilling file list for commit: 2f54745e13d9ab51d98c625692c77b210587af81
2024-01-18T09:59:01.8398202Z ❯ Found 2 files
2024-01-18T09:59:01.8402114Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 149
2024-01-18T09:59:02.9281845Z ❯ Backfilling file list for commit: d49b37e21c50797b7c3ac73fbda25e46e10373c3
2024-01-18T09:59:03.0846170Z ❯ Found 1 files
2024-01-18T09:59:03.0848415Z ❯ Backfilling file list for commit: 2a758c7f8b21c505bf4515638436e0547fbfe8fa
2024-01-18T09:59:03.2521317Z ❯ Found 2 files
2024-01-18T09:59:03.2522057Z ❯ Backfilling file list for commit: f9abac5d3b0e619754c4db83f9b9cb7191489928
2024-01-18T09:59:03.4222451Z ❯ Found 1 files
2024-01-18T09:59:03.4225410Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 174
2024-01-18T09:59:04.8337529Z ❯ Backfilling file list for commit: f411b0b0537a02a42681ca0bbb964bc9aac8c0ab
2024-01-18T09:59:05.0092809Z ❯ Found 1 files
2024-01-18T09:59:05.0093539Z ❯ Backfilling file list for commit: 4a47bd6e2079af7eb11988d0c0a661b4d310f142
2024-01-18T09:59:05.1871761Z ❯ Found 1 files
2024-01-18T09:59:05.1872518Z ❯ Backfilling file list for commit: 37d0141d71c5e8330b4ae44cf76b9259bf949d1f
2024-01-18T09:59:05.3500783Z ❯ Found 1 files
2024-01-18T09:59:05.3501541Z ❯ Backfilling file list for commit: d78baf37e9af54545be187c75b7ea281a4abee3d
2024-01-18T09:59:05.5189867Z ❯ Found 1 files
2024-01-18T09:59:05.5191093Z ❯ Backfilling file list for commit: a6f358d80516174e0e9fabbb6b5836e6a4f75ed1
2024-01-18T09:59:05.7048430Z ❯ Found 3 files
2024-01-18T09:59:05.7049173Z ❯ Backfilling file list for commit: 79348c280de89e4dbcf7bec953db44ecfc8ccfd8
2024-01-18T09:59:05.8570439Z ❯ Found 1 files
2024-01-18T09:59:05.8571188Z ❯ Backfilling file list for commit: 05b0a9a73def1169fd8d91c9487da116b05f5a5a
2024-01-18T09:59:06.0264539Z ❯ Found 1 files
2024-01-18T09:59:06.0265559Z ❯ Backfilling file list for commit: 6e3a6262f858e283617d365237333635271284d2
2024-01-18T09:59:06.1730011Z ❯ Found 1 files
2024-01-18T09:59:06.1732567Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 199
2024-01-18T09:59:07.3726207Z ❯ Backfilling file list for commit: e54577ebec71689acf3c164ff786b1401d99893e
2024-01-18T09:59:07.5575535Z ❯ Found 1 files
2024-01-18T09:59:07.5576285Z ❯ Backfilling file list for commit: b1498975c39b2541c5ceb0f08a9b9f0b19c51b4d
2024-01-18T09:59:07.7381725Z ❯ Found 3 files
2024-01-18T09:59:07.7383371Z ❯ Backfilling file list for commit: d9a87d40a481290c2e4d7c24626e4afbabafaca3
2024-01-18T09:59:07.8778911Z ❯ Found 2 files
2024-01-18T09:59:07.8780029Z ❯ Backfilling file list for commit: 17b6fd9d40e4f3d068e6181e7f1de7baaa7ac1f3
2024-01-18T09:59:08.0318727Z ❯ Found 1 files
2024-01-18T09:59:08.0319911Z ❯ Backfilling file list for commit: db01b037f04c0960f1005c04706b703de4fac656
2024-01-18T09:59:08.2047715Z ❯ Found 1 files
2024-01-18T09:59:08.2048883Z ❯ Backfilling file list for commit: cb872fca45d65dd4fceb72badd7ad96a35361784
2024-01-18T09:59:08.3740417Z ❯ Found 2 files
2024-01-18T09:59:08.3741210Z ❯ Backfilling file list for commit: 351efee729a4b21c8d7b57402bf6c9d70ef12d45
2024-01-18T09:59:08.5191287Z ❯ Found 1 files
2024-01-18T09:59:08.5192672Z ❯ Backfilling file list for commit: 647c4a9e0fd12576c8119441251731ff663f9c00
2024-01-18T09:59:08.6575048Z ❯ Found 1 files
2024-01-18T09:59:08.6576097Z ❯ Backfilling file list for commit: 9692459af62a4b483aab5a78a4aa5cfd80897cb5
2024-01-18T09:59:09.8717031Z ❯ Found 4 files
2024-01-18T09:59:09.8717763Z ❯ Backfilling file list for commit: 96f3cdc3d91327afc0b23bbb2648616fb35c0152
2024-01-18T09:59:10.0367276Z ❯ Found 4 files
2024-01-18T09:59:10.0368389Z ❯ Backfilling file list for commit: d82d812a5809479350fb099dd210bd9b713d21d7
2024-01-18T09:59:10.1960475Z ❯ Found 7 files
2024-01-18T09:59:10.1961229Z ❯ Backfilling file list for commit: f899ac21e82db39a025c523e33bc99b49bcbb6cb
2024-01-18T09:59:10.3670705Z ❯ Found 7 files
2024-01-18T09:59:10.3671737Z ❯ Backfilling file list for commit: f0c0e59520f1f06d4eb61d82ce1f0f1816593a7f
2024-01-18T09:59:10.5204936Z ❯ Found 1 files
2024-01-18T09:59:10.5208618Z ❯ Backfilling file list for commit: f6b2ba1a44203af8724f6c7a8f44af8141d5b144
2024-01-18T09:59:10.6818399Z ❯ Found 8 files
2024-01-18T09:59:10.6819579Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 224
2024-01-18T09:59:12.3411756Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 249
2024-01-18T09:59:13.5096769Z ❯ Backfilling file list for commit: 4fbd8182c0939a1609af798d2e169516e89c41b3
2024-01-18T09:59:13.6861352Z ❯ Found 1 files
2024-01-18T09:59:13.6862303Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 274
2024-01-18T09:59:15.2985333Z ❯ Backfilling file list for commit: 6f11f0db0b3c2ec63095c7ed70e163134081b657
2024-01-18T09:59:15.4477487Z ❯ Found 1 files
2024-01-18T09:59:15.4478234Z ❯ Backfilling file list for commit: 223d7b1494001cfff8fcb156996a55317cf7dd97
2024-01-18T09:59:15.6408763Z ❯ Found 2 files
2024-01-18T09:59:15.6418050Z ❯ Backfilling file list for commit: c75c71dca6aa36f94a56cf7064f7ce930069285a
2024-01-18T09:59:15.7928239Z ❯ Found 1 files
2024-01-18T09:59:15.7931170Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 299
2024-01-18T09:59:16.9296681Z ❯ Backfilling file list for commit: 2539420dcc42db4fbebd2b06d903107fca76ec24
2024-01-18T09:59:17.1105895Z ❯ Found 1 files
2024-01-18T09:59:17.1115316Z ❯ Backfilling file list for commit: d865687c56edc8bcba2a9ee4e1da83aab09e3e10
2024-01-18T09:59:17.2818046Z ❯ Found 2 files
2024-01-18T09:59:17.2818774Z ❯ Backfilling file list for commit: 25a5f624dd8bdb13954666bf25670c39dcfbe068
2024-01-18T09:59:17.4327555Z ❯ Found 2 files
2024-01-18T09:59:17.4328693Z ❯ Backfilling file list for commit: e4bb71133fb1dcc58ca4abaf4f4ee51c320a9fcf
2024-01-18T09:59:17.6029886Z ❯ Found 8 files
2024-01-18T09:59:17.6031096Z ❯ Backfilling file list for commit: 7da4d948d1b8291d1ec75cea31c6ea6c6a39e08a
2024-01-18T09:59:17.7539823Z ❯ Found 1 files
2024-01-18T09:59:17.7540590Z ❯ Backfilling file list for commit: b43d94d90b0a8203a4256cbf088fdf8b675bbe6a
2024-01-18T09:59:17.9049108Z ❯ Found 3 files
2024-01-18T09:59:17.9049859Z ❯ Backfilling file list for commit: b239a53580a960d431bfadba152130e7c33cae5a
2024-01-18T09:59:18.0623804Z ❯ Found 1 files
2024-01-18T09:59:18.0624563Z ❯ Backfilling file list for commit: 7457934b3d8caf7cd153ee366ac13295a61e8e76
2024-01-18T09:59:18.2176262Z ❯ Found 1 files
2024-01-18T09:59:18.2177084Z ❯ Backfilling file list for commit: 5f0a5b20d1e1113c9f4423dfb23eb904ffb2c69e
2024-01-18T09:59:18.4042969Z ❯ Found 1 files
2024-01-18T09:59:18.4043732Z ❯ Backfilling file list for commit: cafb95f4d8cc7f47e73c48d68c6d54fe65afa099
2024-01-18T09:59:18.5703158Z ❯ Found 2 files
2024-01-18T09:59:18.5703906Z ❯ Backfilling file list for commit: d11aed2e40a933bd9e366cbfebd33ed839f508eb
2024-01-18T09:59:18.7390019Z ❯ Found 1 files
2024-01-18T09:59:18.7390765Z ❯ Backfilling file list for commit: e7a16e0e420192b0c9870750a11ebf6df9cf965f
2024-01-18T09:59:18.9057409Z ❯ Found 1 files
2024-01-18T09:59:18.9058166Z ❯ Backfilling file list for commit: 770f37be0fc9ef5f3af794197ae0652ca83b529a
2024-01-18T09:59:19.0858206Z ❯ Found 1 files
2024-01-18T09:59:19.0858945Z ❯ Backfilling file list for commit: 0af81729fa77464e8fa644293f3d9e384c847f5a
2024-01-18T09:59:19.2675162Z ❯ Found 1 files
2024-01-18T09:59:19.2675902Z ❯ Backfilling file list for commit: 95e94172ae7f55e9465b74450f932731c883e98a
2024-01-18T09:59:19.4465711Z ❯ Found 1 files
2024-01-18T09:59:19.4466601Z ❯ Backfilling file list for commit: f3a319317ea9f6bc24b76c14f9b110f9ca52e630
2024-01-18T09:59:19.6091821Z ❯ Found 1 files
2024-01-18T09:59:19.6094540Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 324
2024-01-18T09:59:21.1178094Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 349
2024-01-18T09:59:22.3658120Z ❯ Backfilling file list for commit: b7499e33f1ddba22e0e09a64a10c62f477ce52c7
2024-01-18T09:59:22.5104339Z ❯ Found 1 files
2024-01-18T09:59:22.5105361Z ❯ Backfilling file list for commit: 91338886b3b70457cdb7d1ed1c919566777cf157
2024-01-18T09:59:22.6714162Z ❯ Found 4 files
2024-01-18T09:59:22.6715208Z ❯ Backfilling file list for commit: d354ab6bdd7eb3f783061dc7a5ea6420b7e5da66
2024-01-18T09:59:22.8298214Z ❯ Found 1 files
2024-01-18T09:59:22.8298970Z ❯ Backfilling file list for commit: f41ecc01b8b99dd3a9feed41d94951d136711b53
2024-01-18T09:59:23.0081826Z ❯ Found 1 files
2024-01-18T09:59:23.0082932Z ❯ Backfilling file list for commit: bf95df80d01d0354412e00b9568f6430a3a51cca
2024-01-18T09:59:23.1604300Z ❯ Found 1 files
2024-01-18T09:59:23.1605050Z ❯ Backfilling file list for commit: b8d32d7c543a7cfffcc92d12e5899980ec09b4bb
2024-01-18T09:59:23.3303199Z ❯ Found 1 files
2024-01-18T09:59:23.3303962Z ❯ Backfilling file list for commit: e81691ac6c3129dbcbfc58fe8026e33122599dbc
2024-01-18T09:59:23.4673857Z ❯ Found 1 files
2024-01-18T09:59:23.4674603Z ❯ Backfilling file list for commit: 34d99cf46199708e31695f4d477c7a3f2f3ed15f
2024-01-18T09:59:23.6138090Z ❯ Found 2 files
2024-01-18T09:59:23.6139637Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 374
2024-01-18T09:59:24.7835763Z ❯ Backfilling file list for commit: 398c8e0d8cbdf4492083ad05eaab7df0d42b768e
2024-01-18T09:59:24.9508643Z ❯ Found 6 files
2024-01-18T09:59:24.9509384Z ❯ Backfilling file list for commit: 66a9847dc54a5ac4db5958146d211302a210b78d
2024-01-18T09:59:25.1005566Z ❯ Found 1 files
2024-01-18T09:59:25.1006706Z ❯ Backfilling file list for commit: 66308edcc1cd22fe45668d16e6392b6281d29ed2
2024-01-18T09:59:25.2672255Z ❯ Found 1 files
2024-01-18T09:59:25.2673315Z ❯ Backfilling file list for commit: fb794304d6b76d14610fdfd6988ac5192b11803d
2024-01-18T09:59:25.4459050Z ❯ Found 5 files
2024-01-18T09:59:25.4459818Z ❯ Backfilling file list for commit: 131f57019efb25ac261959e236a8c9fbeb7220c3
2024-01-18T09:59:25.5949954Z ❯ Found 2 files
2024-01-18T09:59:25.5952305Z ❯ Backfilling file list for commit: 03ff1609e23b29ace7ebf09d7a80942201300d30
2024-01-18T09:59:25.7415941Z ❯ Found 1 files
2024-01-18T09:59:25.7424428Z ❯ Backfilling file list for commit: eec053ebeef44e5aaa9b021038092912bd9affd5
2024-01-18T09:59:25.9306778Z ❯ Found 2 files
2024-01-18T09:59:25.9307845Z ❯ Backfilling file list for commit: 720c196996ff03bd7fd1cc3e886b56b898870974
2024-01-18T09:59:26.1347784Z ❯ Found 3 files
2024-01-18T09:59:26.1348531Z ❯ Backfilling file list for commit: 45d2628aeca2cf84608655811677e688c7935a63
2024-01-18T09:59:26.3006588Z ❯ Found 1 files
2024-01-18T09:59:26.3007668Z ❯ Backfilling file list for commit: b9f2d74f1999803bf8195ae378515bee0a93de70
2024-01-18T09:59:26.4721829Z ❯ Found 1 files
2024-01-18T09:59:26.4722940Z ❯ Backfilling file list for commit: e1a2f719eeb8ebd5db6f423b7e99716eb9765653
2024-01-18T09:59:26.6467478Z ❯ Found 1 files
2024-01-18T09:59:26.6469811Z ❯ Backfilling file list for commit: 8d2cd75879cd9b6a29d9c4b3c940c1e685454f49
2024-01-18T09:59:26.8019774Z ❯ Found 1 files
2024-01-18T09:59:26.8020786Z ❯ Backfilling file list for commit: 7b9f1a613941be07b26cbbb61447d178d8715275
2024-01-18T09:59:26.9600855Z ❯ Found 1 files
2024-01-18T09:59:26.9601610Z ❯ Backfilling file list for commit: f21c695e3ad0b88faa50e7331af76e43dbe9d029
2024-01-18T09:59:27.1086597Z ❯ Found 1 files
2024-01-18T09:59:27.1087715Z ❯ Backfilling file list for commit: fa28811c27ae401334354111acbbb3437aa0025a
2024-01-18T09:59:27.2744945Z ❯ Found 2 files
2024-01-18T09:59:27.2745697Z ❯ Backfilling file list for commit: 1d7e4896cd4cc19e0b0a047e5cf9b48ef1a2e7f1
2024-01-18T09:59:27.4289544Z ❯ Found 4 files
2024-01-18T09:59:27.4292778Z ❯ Backfilling file list for commit: 4d0780e8b726ad3803c73e7bab910736db85b3e9
2024-01-18T09:59:27.5753005Z ❯ Found 1 files
2024-01-18T09:59:27.5753755Z ❯ Backfilling file list for commit: e25f063d81db1b54678f80f2c77227260b79d46f
2024-01-18T09:59:27.7277870Z ❯ Found 1 files
2024-01-18T09:59:27.7279000Z ❯ Backfilling file list for commit: b9c31177864eb1d4b71b20e9fb5276a08238affc
2024-01-18T09:59:27.9009267Z ❯ Found 1 files
2024-01-18T09:59:27.9010352Z ❯ Backfilling file list for commit: 8c6b651d3a8845f8356c6aeeef9afc1228f62b4f
2024-01-18T09:59:28.1867461Z ❯ Found 1 files
2024-01-18T09:59:28.1868688Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 399
2024-01-18T09:59:29.2417231Z ❯ Backfilling file list for commit: 70ffadab85fc8b88aa1ca302a75ea225a2feec63
2024-01-18T09:59:29.4146041Z ❯ Found 1 files
2024-01-18T09:59:29.4147009Z ❯ Backfilling file list for commit: 87335f2aa4711b710a21adbe7fceb86008cac889
2024-01-18T09:59:29.5742385Z ❯ Found 1 files
2024-01-18T09:59:29.5743165Z ❯ Backfilling file list for commit: 5de6f6352b5d3ec5bec6bbc0c5861d60b516216e
2024-01-18T09:59:29.7287766Z ❯ Found 1 files
2024-01-18T09:59:29.7288808Z ❯ Backfilling file list for commit: 837e773f55d33351ab2ccef392913cef634d6793
2024-01-18T09:59:29.9160603Z ❯ Found 2 files
2024-01-18T09:59:29.9161358Z ❯ Backfilling file list for commit: 200a30fdc35f66a6268a9b802c75d2e20e0bcd93
2024-01-18T09:59:30.1124075Z ❯ Found 2 files
2024-01-18T09:59:30.1124842Z ❯ Backfilling file list for commit: aaeb749509939d72442eed95c97dce0dc95c10f3
2024-01-18T09:59:30.2681865Z ❯ Found 2 files
2024-01-18T09:59:30.2682738Z ❯ Backfilling file list for commit: bde8b9f3f6df0b866135b367e3861526cf95c0fa
2024-01-18T09:59:30.4543737Z ❯ Found 1 files
2024-01-18T09:59:30.4544911Z ❯ Backfilling file list for commit: 70fc1842dd0ebad0ee0da4cd076f7636b90a1f42
2024-01-18T09:59:30.6376621Z ❯ Found 3 files
2024-01-18T09:59:30.6377423Z ❯ Backfilling file list for commit: bb38edd2c64c077cb10ea0f3399388dfc35aab30
2024-01-18T09:59:30.8065810Z ❯ Found 1 files
2024-01-18T09:59:30.8066574Z ❯ Backfilling file list for commit: aab50982287bf7a8d3e4f310d227b3fae10d5644
2024-01-18T09:59:30.9603641Z ❯ Found 2 files
2024-01-18T09:59:30.9604401Z ❯ Backfilling file list for commit: 9d69ad63e76887262cf121d462a72308f8cb1f28
2024-01-18T09:59:31.1629399Z ❯ Found 3 files
2024-01-18T09:59:31.1630607Z ❯ Backfilling file list for commit: 5964d0bd0fee1cdca766c625abee9a167ec2745e
2024-01-18T09:59:31.3046661Z ❯ Found 4 files
2024-01-18T09:59:31.3047433Z ❯ Backfilling file list for commit: 46d88c356f228baf59ecaf2031f4e8e504f69dc6
2024-01-18T09:59:31.4663737Z ❯ Found 6 files
2024-01-18T09:59:31.4664882Z ❯ Backfilling file list for commit: 1b2d7065ff1182606d14f40c3c99a24f79c8dbf2
2024-01-18T09:59:31.6362026Z ❯ Found 1 files
2024-01-18T09:59:31.6364845Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 424
2024-01-18T09:59:33.0957960Z ❯ Backfilling file list for commit: 94124b6be81525ed045b2a64ee8e5bed9eff2075
2024-01-18T09:59:33.2869758Z ❯ Found 1 files
2024-01-18T09:59:33.2870965Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 449
2024-01-18T09:59:34.3673009Z ❯ Backfilling file list for commit: 7f2c4980a5e8ea94f9f4cbf66fce84bc7e00bb53
2024-01-18T09:59:34.5121908Z ❯ Found 1 files
2024-01-18T09:59:34.5123156Z ❯ Backfilling file list for commit: 6806b97f922987220062a105642bcc8d4255e94f
2024-01-18T09:59:34.6824289Z ❯ Found 2 files
2024-01-18T09:59:34.6825532Z ❯ Fetching merge commits on branch main with cursor: 1237569876ec49e11e0d4b27dca2bb8029eb8bdd 474
2024-01-18T09:59:35.6441955Z ❯ Backfilling file list for commit: 3daffbff560a01c7c9553149c1882ad62643de81
2024-01-18T09:59:35.8055138Z ❯ Found 2 files
2024-01-18T09:59:35.8057921Z ✔ Splitting 500 commits by path
2024-01-18T09:59:35.8075346Z ✔ No latest release found for path: ., component: , but a previous version (3.12.2) was specified in the manifest.
2024-01-18T09:59:35.8078156Z ✔ Building candidate release pull request for path: .
2024-01-18T09:59:35.8079852Z ❯ type: node
2024-01-18T09:59:35.8081333Z ❯ targetBranch: main
2024-01-18T09:59:36.0123781Z ❯ commit could not be parsed: d49b37e21c50797b7c3ac73fbda25e46e10373c3 Revert "chore: update deps"
2024-01-18T09:59:36.3519414Z ❯ commit could not be parsed: 1f13a723cca447a84b0b9650cf87811ecff032de use recommended new url pattern for cmp links
2024-01-18T09:59:36.3660620Z ❯ commits: 833
2024-01-18T09:59:36.3661228Z ⚠ No latest release pull request found.
2024-01-18T09:59:36.3666369Z ✔ Considering: 833 commits
2024-01-18T09:59:36.3671066Z ❯ component: 
2024-01-18T09:59:36.3673281Z ❯ pull request title pattern: undefined
2024-01-18T09:59:36.3677132Z ❯ Fetching package.json from branch main
2024-01-18T09:59:45.3348040Z ✔ Looking for open release pull requests
2024-01-18T09:59:45.5353002Z ✔ found 0 open release pull requests.
2024-01-18T09:59:45.5356690Z ✔ Looking for snoozed release pull requests
2024-01-18T09:59:50.9096432Z ✔ found 0 snoozed release pull requests.
2024-01-18T09:59:50.9101318Z ❯ Fetching package-lock.json from branch main
2024-01-18T09:59:50.9102890Z ⚠ file package-lock.json did not exist
2024-01-18T09:59:50.9103640Z ⚠ file npm-shrinkwrap.json did not exist
2024-01-18T09:59:50.9105815Z ⚠ file samples/package.json did not exist
2024-01-18T09:59:50.9106486Z ❯ Fetching npm-shrinkwrap.json from branch main
2024-01-18T09:59:50.9107082Z ❯ Fetching samples/package.json from branch main
2024-01-18T09:59:50.9107635Z ❯ Fetching CHANGELOG.md from branch main
2024-01-18T09:59:51.0356850Z ❯ Fetching package.json from branch main
2024-01-18T09:59:51.0360303Z ✔ updating from 3.12.2 to 3.0.0
2024-01-18T09:59:51.0366616Z ❯ Fetching changelog.json from branch main
2024-01-18T09:59:51.0368559Z ⚠ file changelog.json did not exist
2024-01-18T09:59:51.0369415Z ❯ Fetching .release-please-manifest.json from branch main
2024-01-18T09:59:51.1653257Z ✔ Starting GitHub PR workflow...
2024-01-18T09:59:51.3610774Z ✔ Successfully found branch HEAD sha "1237569876ec49e11e0d4b27dca2bb8029eb8bdd".
2024-01-18T09:59:51.7445058Z ✔ Successfully created branch at https://api.github.com/repos/myorg/my-repo/git/refs/heads/release-please--branches--main--components--my-repo
2024-01-18T09:59:52.0486413Z ✔ Got the latest commit tree
2024-01-18T09:59:52.2861244Z ✔ Successfully created a tree with the desired changes with SHA 7134338ff872c06defadeaf11619b8d72af045e1
2024-01-18T09:59:52.5545403Z ✔ Successfully created commit. See commit at https://api.github.com/repos/myorg/my-repo/git/commits/8dcf6c616659f1b2c8b5e074a2ce3ab55ff71ee7
2024-01-18T09:59:52.5547624Z ✔ Updating reference heads/release-please--branches--main--components--my-repo to 8dcf6c616659f1b2c8b5e074a2ce3ab55ff71ee7
2024-01-18T09:59:52.8783056Z ✔ Successfully updated reference release-please--branches--main--components--my-repo to 8dcf6c616659f1b2c8b5e074a2ce3ab55ff71ee7
2024-01-18T09:59:53.9132442Z ✔ Successfully opened pull request available at url: https://api.github.com/repos/myorg/my-repo/pulls/700.
2024-01-18T09:59:53.9133454Z ✔ Successfully opened pull request: 700.
2024-01-18T09:59:54.6566366Z ✔ Successfully added labels autorelease: pending to issue: 700

Additional information

Repo and the module had been renamed in the past.

bkw commented 7 months ago

Found it: I needed to set include-component-in-tag: true so previous releases would be detected. I guess de60c24be6e93649e7192ebe2cd7078614022a40 should be mentioned in the migration guide as a non-backwards compatible change.