We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Automate the updating of the version numbers in r/pkgdown/assets/versions.json with dev/release/utils-prepare.sh, and add a test confirming the update at dev/release/01-prepare-test.rb.
Reporter: Nicola Crane / @thisisnic Assignee: Nicola Crane / @thisisnic
Note: This issue was originally created as ARROW-15366. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Ian Cook / @ianmcook: Here are code chunks from those two files that I think could be used as an example:
In utils-prepare.sh you'll need to add lines like this:
utils-prepare.sh
arrow/dev/release/utils-prepare.sh
Lines 60 to 64 in 9938f70
{}versions.json{
In 01-prepare-test.rb you'll need to add lines to test_version_pre_tag and test_version_post_tag like this:
01-prepare-test.rb
test_version_pre_tag
test_version_post_tag
arrow/dev/release/01-prepare-test.rb
Lines 158 to 164 in 9938f70
Lines 292 to 297 in 9938f70
Sorry, something went wrong.
Nicola Crane / @thisisnic: Thanks @ianmcook , that's super helpful!
Kouhei Sutou / @kou: Issue resolved by pull request 12212 #12212
thisisnic
No branches or pull requests
Automate the updating of the version numbers in r/pkgdown/assets/versions.json with dev/release/utils-prepare.sh, and add a test confirming the update at dev/release/01-prepare-test.rb.
Reporter: Nicola Crane / @thisisnic
Assignee: Nicola Crane / @thisisnic
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15366. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: