-
Notifications
You must be signed in to change notification settings - Fork 22
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
GH-548: [Release][Docs] Publish docs to https://arrow.apache.org/java/current/ on release #569
Conversation
.github/workflows/rc.yml
Outdated
@@ -537,7 +536,7 @@ jobs: | |||
cd site | |||
git config --global user.name 'github-actions[bot]' | |||
git config --global user.email 'github-actions[bot]@users.noreply.github.com' | |||
git commit -m "Publish documentation (${GITHUB_SHA})" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, but "documentation" is perfectly fine here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! I'll revert this change!
(I'm not sure the difference in "docs", "document", "documents", "documentation", "documentations", ...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs -> short for documentation or documents (confusingly...)
document -> 書類など
documents -> plural of document (but usually not used for documentation, even though docs is used as the short form of both...)
documentations -> I think this not used (though apparently not wrong, just very rare)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!!
I'm testing this on my fork but I reached "secondary rate limit": https://github.com/kou/arrow-java/actions/runs/13002063515/job/36263848521#step:3:17
Can we merge this and try this in a real release process...? |
Let's try this in a real release process. |
Fixes GH-548.