v3.6.0
- If you enable protected-branch,
rhysd/changelog-from-release/action
action cannot push a commit directly to the branch. Instead, usepull_request
input to create a pull request to update the changelog. (#17)- uses: rhysd/changelog-from-release/action@v3 with: file: CHANGELOG.md github_token: ${{ secrets.GITHUB_TOKEN }} pull_request: true