Skip to content

Commit 54ca58d

Browse files
author
gdgate
authored
Merge pull request #229 from Mara3l/TRIVIAL-update-MAINTENANCE.md
TRIVIAL: update MAINTENANCE.md Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents ef0dca4 + 631578b commit 54ca58d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

MAINTENANCE.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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

0 commit comments

Comments
 (0)