andygrove/datafusion-archive

Automate release process including creating tags in GitHub

Closed this issue · 4 comments

It look like datafusion has only one release on github, not matching the ones in the milestones nor on cargo. Are Github releases not used (anymore) for the project? If not, indicate it and maybe remove the only release present there :)

BTW looking forward to see this project grow

Thanks, removed that one release for now.

I need to automate the release process including tagging releases. I'll hijack this issue for that.

Have you checked the cargo tools for automatically building and publishing new releases (both Cargo and git)?
https://github.com/sunng87/cargo-release

Thanks for the tip @mbesancon I have started using this now.

out of curiosity, are you doing direct github release or cargo-release?