Skip to content

Commit dadb42f

Browse files
authored
bump
1 parent 11d9518 commit dadb42f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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`;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Gitflow
2424
runs-on: ubuntu-16.04
2525
steps:
26-
- uses: Logerfo/[email protected].4
26+
- uses: Logerfo/[email protected].5
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
2929
```
@@ -40,7 +40,7 @@ jobs:
4040
name: Gitflow
4141
runs-on: ubuntu-16.04
4242
steps:
43-
- uses: Logerfo/[email protected].4
43+
- uses: Logerfo/[email protected].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.
@@ -63,7 +63,7 @@ jobs:
6363
name: Gitflow
6464
runs-on: ubuntu-16.04
6565
steps:
66-
- uses: Logerfo/[email protected].4
66+
- uses: Logerfo/[email protected].5
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
6969
release: release # The `release` branch.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)