[ https://issues.apache.org/jira/browse/AVRO-3423?focusedWorklogId=734066&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734066 ]
ASF GitHub Bot logged work on AVRO-3423: ---------------------------------------- Author: ASF GitHub Bot Created on: 28/Feb/22 18:12 Start Date: 28/Feb/22 18:12 Worklog Time Spent: 10m Work Description: RyanSkraba commented on pull request #1570: URL: https://github.com/apache/avro/pull/1570#issuecomment-1054528562 I really like one advantage of this -- I have tons of notes (in addition to the wiki) for releasing binary artifacts and doing the equivalent of `verify-release`. I've always intended to clean my notes up and contribute them back, and it would be really neat to do that in the build scripts themselves. Unfortunately, I'm kind of skittish about delegating these steps to a script and generalizing them to all languages... I'd find it hard to "trust" doing a `./build.sh release` from the root and have all of the binary artifacts deployed -- especially if there were failures midway or _something unexpected happens_ (it always does). Note that the Wiki process isn't immune to that either (check out the Python SDK release 1.9.2.1 as an example of fixing a bad deploy!) I don't have any good ideas for that other than prompting `(y/n/skip)` at each command! Any ideas? -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 734066) Remaining Estimate: 23h 10m (was: 23h 20m) Time Spent: 50m (was: 40m) > 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: 50m > Remaining Estimate: 23h 10m > > 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)