File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.0.5 - 2022-08-29
2+ - New input: ` release-regex ` .
3+ - Default value: ` null ` .
4+ - If not null, allow multiple branches to match the input pattern.
5+ - Matched branches are considered to be release branches.
6+ - Can be assigned simultaneously with the ` release ` literal input.
7+
18## 0.0.4 - 2019-11-13
29- ` auto-merge ` input now also accepts comma separated events:
310 - ` pull_request_review ` ;
Original file line number Diff line number Diff line change 2323 name : Gitflow
2424 runs-on : ubuntu-16.04
2525 steps :
26- - uses : Logerfo/gitflow-action@0.0.4
26+ - uses : Logerfo/gitflow-action@0.0.5
2727 with :
2828 github-token : ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
2929` ` `
4040 name : Gitflow
4141 runs-on : ubuntu-16.04
4242 steps :
43- - uses : Logerfo/gitflow-action@0.0.4
43+ - uses : Logerfo/gitflow-action@0.0.5
4444 with :
4545 github-token : ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
4646 auto-merge : false # If `true`, will try to automatically merge the pull requests.
6363 name : Gitflow
6464 runs-on : ubuntu-16.04
6565 steps :
66- - uses : Logerfo/gitflow-action@0.0.4
66+ - uses : Logerfo/gitflow-action@0.0.5
6767 with :
6868 github-token : ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
6969 release : release # The `release` branch.
Original file line number Diff line number Diff line change 11{
22 "name" : " gitflow-action" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "private" : true ,
55 "description" : " A GitHub Action that automatically creates and merges pull requests from master to dev and from release to master." ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments