zcsizmadia commented on pull request #1570:
URL: https://github.com/apache/avro/pull/1570#issuecomment-1054537651
Adding a `step` function might be a good solution to help out skittish users
;)
```
function step
{
ask if want to run [y/skip/abort]
if no, return
if abort, exit shole script
execute $1
if error code == 0 -> green message: step complete
if error code != 0 -> red message: step failed (maybe question for
retry/abort?)
}
release)
step "dotnet nuget push A.B.C.nupkg"
step "dotnet nuget push A.B.C.D.nupkg"
...
```
Btw, couls you post how the release is happening now? Are you executing the
steps from the wiki page in blocks, or each line one by one from those code
snipptes for each step?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]