Skip to content

Commit a56e982

Browse files
Merge dev into master
2 parents 6ca4da2 + 023e7ba commit a56e982

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ jobs:
7373
run: ./.github/scripts/publish_preflight_check.sh
7474

7575
- name: Merge to master
76-
uses: devmasx/merge-branch@b57c127024eb70aef25b76a54e586638d17ee085
76+
uses: actions/[email protected]
7777
with:
78-
type: now
79-
target_branch: master
80-
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78+
github-token: ${{ secrets.GITHUB_TOKEN }}
79+
script: |
80+
github.repos.merge({
81+
owner: context.repo.owner,
82+
repo: context.repo.repo,
83+
base: 'master',
84+
head: 'dev'
85+
})
8286
8387
# We pull this action from a custom fork of a contributor until
8488
# https://github.com/actions/create-release/pull/32 is merged. Also note that v1 of
@@ -96,4 +100,4 @@ jobs:
96100
prerelease: false
97101

98102
- name: Post to Twitter
99-
run: Sending Tweet
103+
run: echo Sending Tweet

release_demo/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Example version file
2-
__version__ = '0.0.20'
2+
__version__ = '0.0.25'

0 commit comments

Comments
 (0)