Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ofhouse ofhouse released this 19 Sep 18:18
d4a621f

Changelog

  • Get upstream branch from github.context.ref. input-variable upstream-branch is no longer needed.

  • Input-variable exclude now accepts a multiline input:

    - uses: milliHQ/gh-action-release-branch@v2.0.0
      with:
        release-branch: release
        release-tag: v1.0.0
        exclude: |
          lib/**/*
          test/**/*