-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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/[email protected]
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.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels