Closed malimccalla closed 2 years ago
Yes https://github.com/release-drafter/release-drafter#action-inputs via commitsh
- name: Release Drafter
uses: release-drafter/release-drafter@v5
with:
commitsh: staging
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Hi, I have this basic config set up:
On this project, the default branch is
staging
. However, when releases are created we need to release them from themaster
branch. By default when the release drafted it points tostaging
as it's our default git branch. This can be problematic as it's easy to forget to change the dropdown fromstaging
tomaster
before deploying, Is there any way to change this target value in the config?