Skip to content

docs: clarification in MAINTENANCE.md #1026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

## How to release
* manually run [Bump version & trigger release](.github/workflows/bump-version.yaml) workflow
* after the previous workflow finishes, dispatch the GitHub workflow `netlify-deploy` on the `master` branch (takes ~15 minutes)
* 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.
* after the previous workflow finishes, dispatch the GitHub workflow [Netlify Deploy](.github/workflows/netlify-deploy.yaml) on the `master` branch (takes ~15 minutes)
* The styling of the documentation is taken from the `master` branch. For more details see [generate.sh](scripts/generate.sh).
* after the previous workflow finishes, push tag
* the version should be the same as the one in [Bump version & trigger release](.github/workflows/bump-version.yaml) workflow log
* checkout latest master branch and tag it `vX.Y.Z`
* push the tag to the gooddata/gooddata-python-sdk repository (e.g. `git push <remote> vX.Y.Z`)


### Releasing Alpha versions
To publish current master as an alpha version, use `Release master as alpha` github workflow where you need to specify
desired alpha version. **No validity checks are performed**.
### How-to dev release
To publish current master as a dev release version, use [Dev release from master](.github/workflows/dev-release.yaml) GitHub workflow.

### Errors that may appear

Expand Down
Loading