Skip to content
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

Issue#2706: add the required documentation update steps post v0.13 release #2707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Process


## preperation
## preparation

* Update version in all Cargo.toml files in the repository
- ./Cargo.toml
Expand Down Expand Up @@ -36,7 +36,7 @@
- Add a catchy title
- Add the relevant changelog entries for this release in the description

## follow up
## follow-up

* Release crates to crates.io:
- Make sure you are an owner of the crates to publish
Expand All @@ -57,6 +57,10 @@
```

* Create a corresponding release on tremor-www-docs. See [tremor-www-docs Release Process](https://github.com/tremor-rs/tremor-www-docs/blob/main/RELEASE_PROCESS.md)
- update the installation instructions with the appropriate version for the documentation version (https://www.tremor.rs/docs/0.13/getting-started/install)
- update tremor-runtime/readme.md references to point to "latest" release documentation version


* Release https://github.com/tremor-rs/tremor-language-server
- Bump version and update dependency `tremor-script` to the new version.
- Checkout the new tremor-www-docs release tag in the `tremor-www-docs` submodule.
Expand Down
Loading