-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release script improvements #751
Conversation
f4a02f2
to
08da5ae
Compare
At a glance, the changes look good to me. Could you add a signoff ( |
08da5ae
to
95d99da
Compare
this needs a little testing, don't merge yet please |
tested and safe to merge from my side. |
93c64e1
to
9298be8
Compare
okay, my changes seem sane and are tested but I can't make the DCO check happy. Can someone please point out my failure so I can fix it right? |
it requires my gentoo email because I signed with that key maybe? |
Conditionalize use of signify-openbsd Closes: gnuradio#748 Signed-off-by: Rick Farina (Zero_Chaos) <[email protected]>
9298be8
to
58c784b
Compare
The DCO check is happy now. That's great. |
Doesn't work for me:
|
if possible, please grab the whole output from |
I pushed a cleaner version of that, please test the latest rev and provide the requested output if it fails. |
oops, this was unintended :D |
also, add early exit on existing new or missing old tag Signed-off-by: Marcus Müller <[email protected]>
9db5049
to
e322a81
Compare
Signed-off-by: Rick Farina (Zero_Chaos) <[email protected]>
Thanks everyone for testing and the updates! |
Release script improvements
mostly shellcheck shellcheck but also a bit from me
Closes: #748