[
https://issues.apache.org/jira/browse/AVRO-3423?focusedWorklogId=734076&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734076
]
ASF GitHub Bot logged work on AVRO-3423:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/22 18:23
Start Date: 28/Feb/22 18:23
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 734076)
Remaining Estimate: 23h (was: 23h 10m)
Time Spent: 1h (was: 50m)
> Add release step to build.sh for C#
> -----------------------------------
>
> Key: AVRO-3423
> URL: https://issues.apache.org/jira/browse/AVRO-3423
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Reporter: Zoltan Csizmadia
> Priority: Minor
> Labels: pull-request-available
> Original Estimate: 24h
> Time Spent: 1h
> Remaining Estimate: 23h
>
> Add release step to build.sh to simplify pushing nuget packages during new
> releases.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)