File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Repository maintenance and release
22
3+ ## How to release documentation for new versions
4+
5+ * Create a new branch named ` rel/X.Y.Z `
6+ * This branch now hosts the content for documentation of the X.Y.Z version. Any changes to the content in the branch will be public.
7+ * Dispatch the Github workflow ` netlify-deploy ` on the ` master ` branch
8+ * The styling of the documentation is taken from the ` master ` branch. For more details see ` ./scripts/generate.sh ` and ` netlify-deploy ` workflow.
9+
310## How to release new version
411
512* Run ` make release VERSION=X.Y.Z `
6- * Create pull request with the latest commit with bumped versions
7- * Ask for merge of pull request. Once it is merged:
8- * Checkout latest master tag it vX.Y.Z
13+ * Create a pull request with the latest commit with bumped versions
14+ * Ask for merge of a pull request.
15+ * Once it is merged:
16+ * Checkout latest master and tag it ` vX.Y.Z `
917* Push the tag to the gooddata/gooddata-python-sdk repository (e.g. ` git push <remote> vX.Y.Z ` )
1018
1119### Releasing Alpha versions
You can’t perform that action at this time.
0 commit comments