Skip to content

Commit

Permalink
Merge pull request #28 from tangem/release/v3.0.0
Browse files Browse the repository at this point in the history
Release/v3.0.0
  • Loading branch information
lazutkin-andrey authored May 20, 2021
2 parents 7c8ea64 + b7dfa4a commit cf4d442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ jobs:
- name: Push new branch
run: git push origin release/v${{ github.event.inputs.versionName }}

- name: Create Pull Request
id: create-pull-request
uses: peter-evans/create-pull-request@v3
with:
commit-message: Merge release branch
title: Publish release
body: To publish release just merge this pull request into master branch
branch: release/v${{ github.event.inputs.versionName }}
base: master
labels: automated
draft: true
delete-branch: true

- name: Build notification
if: always()
uses: adamkdean/simple-slack-notify@master
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 17bee36 - (HEAD -> release/v3.0.0, tag: develop-33, origin/develop, develop) Update create-release-branch.yml (3 minutes ago)
* b45d6b8 - (tag: develop-32) Update create-release-branch.yml (10 minutes ago)
* 6b47fe5 - (tag: develop-31) Merge pull request #27 from tangem/master (19 minutes ago)
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.0

0 comments on commit cf4d442

Please sign in to comment.