Skip to content

Releases: milliHQ/gh-action-release-branch

v2.0.0

19 Sep 18:18
d4a621f
Compare
Choose a tag to compare

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/**/*

v1.1.0

04 May 13:12
ffe06c4
Compare
Choose a tag to compare

Changelog

  • Include dotfiles in delete commit (#3)
  • Skip delete commit when files are empty (#2)

v1.0.0

15 Mar 16:55
ab247eb
Compare
Choose a tag to compare

Initial release