Ning Sun

Results 315 comments of Ning Sun

Thanks @lucab ! Your process is almost compatible with the one I described. I might not support github pull request/issue creation (possible to hook into `prepare-release`), but it's definitely possible...

@epage right, I think it's an optional one. Most binaries are platform dependent so the workflow should be using [gh release upload](https://cli.github.com/manual/gh_release_upload) to upload them individually. I just changed *prerequisites*...

Personally I prefer an isolation between commit log, which is dev-facing, and release notes, which is user facing. So I didn't included auto changelog generation from very beginning. However, I...

Thanks @zazabe for this patch! The first idea about this was if we offer a tag edit option, why not also add commit message editing? It will be more consistency...

@ZelphirKaltstahl I cannot reproduce this issue from my codebase. Do you have `--features watch` enabled?

Well, the `Context` object is design to pass data to templates. So I think you can put the request data into context can access it from helper. To make it...

This patch is to implement Avro as a cloudevent serialization format. It doesn't cover kafka binding for now. Perhaps we can provide that integration in future.

hi @pkgonan I'm no longer working on this. Feel free to fork and continue this work

Just let you know I have been working on an avro serde impl these days.

For now we cannot avoid some package specific types. I think it's OK to keep these types and export them publicly. (Perhaps in a `raw` module?) We only need to...