Skip to content
Compare
Choose a tag to compare
@emZubair emZubair released this 29 Sep 11:35
· 7 commits to main since this release
e1519e9

What's Changed

  • Updated support for custom release branch, it can be specified as given below
    - name: Run auto dependency update
      uses: emZubair/dependencies-autoupdate@v1.1.1
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        pr-branch: "staging"
        update-command: "'make update'"

Full Changelog: v1.1.1...v1.2