Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hironemu opened this issue Jan 21, 2024 · 0 comments
Open

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

hironemu opened this issue Jan 21, 2024 · 0 comments

Comments

@hironemu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant