Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm git tagging strategy for releases #770

Closed
thisisnic opened this issue Jul 23, 2021 · 5 comments
Closed

Confirm git tagging strategy for releases #770

thisisnic opened this issue Jul 23, 2021 · 5 comments

Comments

@thisisnic
Copy link
Member

Please could you confirm what convention you'll be using for tagging releases?

I am currently working on a ticket in the apache/arrow repo which involves updating the release script that generates lists of committers and contributors for the Apache Arrow website (https://issues.apache.org/jira/browse/ARROW-12701). I'd like to make sure that contributions to the arrow-datafusion repository are recognised on the website and blog page.

I'd just like to check what git tags you are going to use for different releases? I think the apache/arrow repo uses apache-arrow-x.y.z and apache/arrow-rs uses x.y.z where x.y.z is the release version number. The script I have uses these tags to work out the numbers needed for the contributor list - I'll adapt it to take into account however you are managing this.

@alamb
Copy link
Contributor

alamb commented Jul 23, 2021

@thisisnic -- I am not sure what our release plan for this would be.

Would it work to use the same strategy here as arrow-rs -- namely tags with the version numbers (4.0.0 and 5.0.0, etc)? Note that we don't actually have those tags in the datafusion repo yet

@alamb
Copy link
Contributor

alamb commented Jul 23, 2021

@andygrove / @Dandandan / @jorgecarleitao do you have any thoughts in this area?

@thisisnic
Copy link
Member Author

@thisisnic -- I am not sure what our release plan for this would be.

Would it work to use the same strategy here as arrow-rs -- namely tags with the version numbers (4.0.0 and 5.0.0, etc)? Note that we don't actually have those tags in the datafusion repo yet

@alamb That would definitely be the simplest strategy for me, in terms of integrating with the current script I'm using, but if you'd prefer a different approach, I am happy to adapt to that.

@alamb
Copy link
Contributor

alamb commented Jul 23, 2021 via email

@alamb
Copy link
Contributor

alamb commented Aug 4, 2021

I believe this is the strategy that @houqp is implementing in #771 so closing this ticket out

@alamb alamb closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants