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
Copy file name to clipboardExpand all lines: MAINTENANCE.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
3
3
## How to release
4
4
* manually run [Bump version & trigger release](.github/workflows/bump-version.yaml) workflow
5
-
* after the previous workflow finishes, dispatch the GitHub workflow `netlify-deploy` on the `master` branch (takes ~15 minutes)
6
-
* The styling of the documentation is taken from the `master` branch. For more details see [./scripts/generate.sh](scripts/generate.sh) and [netlify-deploy](.github/workflows/netlify-deploy.yaml) workflow.
5
+
* after the previous workflow finishes, dispatch the GitHub workflow [Netlify Deploy](.github/workflows/netlify-deploy.yaml) on the `master` branch (takes ~15 minutes)
6
+
* The styling of the documentation is taken from the `master` branch. For more details see [generate.sh](scripts/generate.sh).
7
7
* after the previous workflow finishes, push tag
8
8
* the version should be the same as the one in [Bump version & trigger release](.github/workflows/bump-version.yaml) workflow log
9
9
* checkout latest master branch and tag it `vX.Y.Z`
10
10
* push the tag to the gooddata/gooddata-python-sdk repository (e.g. `git push <remote> vX.Y.Z`)
11
11
12
12
13
-
### Releasing Alpha versions
14
-
To publish current master as an alpha version, use `Release master as alpha` github workflow where you need to specify
15
-
desired alpha version. **No validity checks are performed**.
13
+
### How-to dev release
14
+
To publish current master as a dev release version, use [Dev release from master](.github/workflows/dev-release.yaml) GitHub workflow.
0 commit comments