Due to github's change from naming the base branch main instead of master, I had to update these lines to get my github release action to work since it assumed that I was releasing from master.
However, I would also contend that its possible to release from any branch, which would suggest that this option should be exposed to users.
Due to github's change from naming the base branch
main
instead ofmaster
, I had to update these lines to get my github release action to work since it assumed that I was releasing frommaster
.However, I would also contend that its possible to release from any branch, which would suggest that this option should be exposed to users.