Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3306 from comit-network/release/nectar/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 20, 2020
2 parents 67c9ed7 + 154159c commit ebaabd9
Show file tree
Hide file tree
Showing 37 changed files with 1,010 additions and 705 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/merge-release-branch-back-into-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
name: Merge release-branch back into dev
runs-on: ubuntu-latest
steps:
- name: Create pull request for merging release-branch back into dev
- name: Create pull request for merging master back into dev
uses: thomaseizinger/create-pull-request@1.0.0
with:
GITHUB_TOKEN: ${{ secrets.BOTTY_GITHUB_TOKEN }}
head: ${{ github.event.pull_request.head.ref }}
head: master
base: dev
title: Merge `${{ github.event.pull_request.head.ref }}` into `dev`
title: Merge `master` into `dev`
body: |
This PR merges the `${{ github.event.pull_request.head.ref }}` branch back into `dev`.
This PR merges the `master` branch back into `dev`.
This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present on the dev branch.
Otherwise, GitHub will "complain" that the next release branch is not up to date with master because it is missing the merge commit from the last release.

0 comments on commit ebaabd9

Please sign in to comment.