-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
@thisisnic -- I am not sure what our release plan for this would be. Would it work to use the same strategy here as |
@andygrove / @Dandandan / @jorgecarleitao do you have any thoughts in this area? |
@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. |
Unless I hear differently I will plan to use the same strategy in
arrow-datafusion
Note it isn't clear to me when we will have a 5.0.0 release -- I have
started a conversation here:
#771
…On Fri, Jul 23, 2021 at 4:44 PM Nic ***@***.***> wrote:
@thisisnic <https://github.com/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 <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#770 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADXZMM2HRWKQOCN57CHUADTZHICJANCNFSM5A4K24QA>
.
|
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 thearrow-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 usesapache-arrow-x.y.z
andapache/arrow-rs
usesx.y.z
wherex.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.The text was updated successfully, but these errors were encountered: