alamb commented on PR #408: URL: https://github.com/apache/arrow-site/pull/408#issuecomment-1743738062
I tested this locally by building the site (`bundle exec rake ...`) and then downloading http://localhost:4000/arrow.rdf. It seems to have worked great. Thank you @kou for sharing your Jekyll knowledge. 🙏 ```shell tail -n 15 ~/Downloads/arrow\ \(1\).rdf <release> <Version> <name>Apache Arrow</name> <created>2023-08-23</created> <revision>13.0.0</revision> </Version> </release> <repository> <GitRepository> <location rdf:resource="https://github.com/apache/arrow.git"/> <browse rdf:resource="https://github.com/apache/arrow/"/> </GitRepository> </repository> </Project> </rdf:RDF> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
