You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
When we make a release, the javadocs/scaladocs/yardocs are published as zip files alongside the jars.
If we should just pull down those jars post release, unzip them and add them to git? That can be done with a script.
Part of the cucumber-jvm release process would be to switch to your api.cucumber.io working copy and run a script. That script would download generated docs and add them to git. Then you push. For cucumber-ruby it would be similar.
Aslak recommends this:
Manually download zip files with javadocs, expand and add to git.
Automate that process with a script
Update release process doc with instructions how to run the script.
We could use bash scripting and/or make for this kind of stuff. It would be using curl to fetch docs.
The text was updated successfully, but these errors were encountered:
mlvandijk
changed the title
Create script to publish javadocs
Create script to publish Generated API docs
Sep 25, 2017
When we make a release, the javadocs/scaladocs/yardocs are published as zip files alongside the jars.
If we should just pull down those jars post release, unzip them and add them to git? That can be done with a script.
Part of the cucumber-jvm release process would be to switch to your api.cucumber.io working copy and run a script. That script would download generated docs and add them to git. Then you push. For cucumber-ruby it would be similar.
Aslak recommends this:
We could use bash scripting and/or make for this kind of stuff. It would be using curl to fetch docs.
The text was updated successfully, but these errors were encountered: