I am using staging branch for releaseBranch. In this case, the "What's changed" that should appear in the body of the PR is not output. - It worked fine when I was using the main branch. -

my configuration is as follows:
.github/workflows/tagpr.yml
name: tagpr
on:
push:
branches: ["staging"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: tagpr
uses: Songmu/tagpr@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.tagpr
[tagpr]
vPrefix = true
releaseBranch = staging
versionFile = -
However, release notes created after the release PRs have been merged will show the correct changelog.

I am using

stagingbranch for releaseBranch. In this case, the "What's changed" that should appear in the body of the PR is not output. - It worked fine when I was using the main branch. -my configuration is as follows:
.github/workflows/tagpr.yml
.tagpr
However, release notes created after the release PRs have been merged will show the correct changelog.
