Skip to content

Commit

Permalink
chore: clarification on readme (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolopezsancho authored Aug 26, 2024
1 parent cf676c9 commit 90ff3ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ make deploy
If only some doc changes are needed, branch from the last release tag, cherry-pick the needed doc changes, and then run `make deploy`.
This will publish the doc sources to the `docs/current` branch. They will be included automatically in the next build for the main docs. A build for the main docs can also be triggered by re-running the last docs build in GitHub workflows (on the `main` branch for dev docs, on the `current` branch for prod docs).
This will publish the doc sources to the `docs/kalix-current` branch. They will be included automatically in the next build for the main docs.
A build for the main docs can also be triggered by re-running the last docs `build-and-publish-[x]` in Circle CI on the `main` branch:
- `build-and-publish-dev` for dev
- `build-and-publish-prod` for prod

0 comments on commit 90ff3ed

Please sign in to comment.