Skip to content

Releases: emZubair/dependencies-autoupdate

v1.2.2

01 Oct 09:53
Compare
Choose a tag to compare

Full Changelog:

  • The PR name will include the date information, this way we can have multiple PRs opened on different days
  • PR message is updated to include the date information
  • Requirement update emoji added

v1.2.1

01 Oct 08:26
Compare
Choose a tag to compare

Full Changelog:

  • The PR name will include the date information, this way we can have multiple PRs opened on different days
  • PR message is updated to include the date information

v1.2

29 Sep 11:35
e1519e9
Compare
Choose a tag to compare

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

v1.1.1

29 Sep 11:14
7cd37e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.1.1

v1.1

29 Sep 11:01
f17100d
Compare
Choose a tag to compare

What's Changed

  • Added support for PR branch, defaults to main branch by @emZubair in #2

Full Changelog: v1...v1.1