Skip to content

Commit

Permalink
update chagelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelSavignano committed Aug 29, 2021
1 parent 1d21244 commit 854d3ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.4.0

- Support Github Enterprise [#15](https://github.com/devmasx/merge-branch/pull/15)
- Bump addressable from 2.7.0 to 2.8.0 [#14](https://github.com/devmasx/merge-branch/pull/14)

## v1.3.1

- Fix, check inputs with empty string values.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- uses: actions/checkout@master

- name: Merge development -> staging
uses: devmasx/merge-branch@v1.3.1
uses: devmasx/merge-branch@v1.4.0
with:
type: now
from_branch: development
target_branch: staging
github_token: ${{ github.token }}

- name: Merge staging -> uat
uses: devmasx/merge-branch@v1.3.1
uses: devmasx/merge-branch@v1.4.0
with:
type: now
from_branch: staging
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@master

- name: Merge staging -> uat
uses: devmasx/merge-branch@v1.3.1
uses: devmasx/merge-branch@v1.4.0
with:
type: now
target_branch: uat
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@master

- name: Merge by labeled
uses: devmasx/merge-branch@v1.3.1
uses: devmasx/merge-branch@v1.4.0
with:
label_name: 'merged in develop'
target_branch: 'develop'
Expand Down

0 comments on commit 854d3ac

Please sign in to comment.