Skip to content

[Question] about "What't changed" in pull-request body #167

@hironemu

Description

@hironemu

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. -
image

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.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions