Skip to content

v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 13:09
· 85 commits to master since this release
  • If you enable protected-branch, rhysd/changelog-from-release/action action cannot push a commit directly to the branch. Instead, use pull_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