Skip to content

Commit 17c6c7d

Browse files
zkaoudiCalvinKirs
andauthored
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 <kirs@apache.org>
1 parent a5832e1 commit 17c6c7d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/community/how-to-make-a-release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,8 @@ Make sure the KEYS file contains your public key. The KEYS file can be found in
162162
25. Bring all changes of the release branch to the main.
163163
164164
26. You can also remove 1.0.0 from the dev directory of the svn now that the release is out.
165+
166+
27. Create and upload the javadocs:\
167+
Go to the source code directory and run ``mvn compile javadoc:javadoc javadoc:aggregate``\
168+
The javadocs can then be found in the ``target`` directory\
169+
Upload the javadocs in the website: https://github.com/apache/incubator-wayang-website/tree/main/static/docs/api/javadocs

0 commit comments

Comments
 (0)