This is an automated email from the ASF dual-hosted git repository.
sejer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new 17c6c7d5 Add Javadocs creation instructions (#99)
17c6c7d5 is described below
commit 17c6c7d5aaa8613c7303a55f6b5c6fae510785c5
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Tue Nov 25 14:14:33 2025 +0100
Add Javadocs creation instructions (#99)
* tensorflow blogpost
* Update add-an-operator.md
added the process of expanding the api when adding a new operator
* Update add-an-operator.md
* Update installation.md
Added the mvn install command line
* adding javadocs
* adding javadocs
* release documentation
* Update how-to-make-a-release.md
* latest release download
* adding contributors
* Update docusaurus.config.ts
Added the complete attribution
* javadocs per version
* fixed broken link
* fixed broken link
* Add Javadocs creation instructions
Added instructions for creating and uploading Javadocs after a release.
* Update javadocs upload instructions for clarity
---------
Co-authored-by: Calvin Kirs <[email protected]>
---
docs/community/how-to-make-a-release.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/community/how-to-make-a-release.md
b/docs/community/how-to-make-a-release.md
index 8dc5680f..30dadb91 100644
--- a/docs/community/how-to-make-a-release.md
+++ b/docs/community/how-to-make-a-release.md
@@ -162,3 +162,8 @@ Make sure the KEYS file contains your public key. The KEYS
file can be found in
25. Bring all changes of the release branch to the main.
26. You can also remove 1.0.0 from the dev directory of the svn now that the
release is out.
+
+27. Create and upload the javadocs:\
+ Go to the source code directory and run ``mvn compile javadoc:javadoc
javadoc:aggregate``\
+ The javadocs can then be found in the ``target`` directory\
+ Upload the javadocs in the website:
https://github.com/apache/incubator-wayang-website/tree/main/static/docs/api/javadocs