Base the version bump PR on master

This commit is contained in:
Henry Mercer
2019-12-13 15:48:01 +00:00
parent 1a9a62a22d
commit fa99f13846

View File

@@ -108,4 +108,5 @@ jobs:
title: Bump version to ${{ steps.bump-patch-version.outputs.next_version }}
body: This PR was automatically generated by the GitHub Actions release workflow in this repository.
branch: ${{ format('version/bump-to-{0}', steps.bump-patch-version.outputs.next_version) }}
branch-suffix: none
branch-suffix: none
base: master