-
Notifications
You must be signed in to change notification settings - Fork 165
Branches
Greg Schueler edited this page Aug 17, 2018
·
4 revisions
Pushing to 3.0.x branch, or pushing a version Tag, will cause docs to deploy, via the ci-deploy.sh script.
- 3.0.x - 3.0 line of docs, published automatically to http://rundeck.org/3.0.x/
- 3.0.0-maint - 3.0.0 published docs, published automatically to http://rundeck.org/3.0.0
- version tag:
-
v3.0.0- "GA tag" - deploys to3.0.0docs dir, anddocs/subdir -
v3.0.0-xyz- "custom tag" (any tag not matched like below) - deploys to3.0.0-xyzdocs dir on rundeck.org -
v3.0.0-maint123- "maintenance tag" - deploys to3.0.0docs dir only -
v3.0.0-maint123-latest- "latest maintenance tag" - deploys to3.0.0anddocsdirs, similar to GA tag.
-