Skip to content

Commit

Permalink
tweak(docs): Refine release instructions (#4558)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Jun 8, 2024
1 parent 16074f8 commit ff492a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/book/src/project/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ Currently we release in a semi-automated way:
2. If the current version is correct, then skip ahead. But if the version needs
to be changed — for example, we had planned on a patch release, but instead
require a minor release — then run
`cargo release version $version -x && cargo release replace -x` to bump the
version and PR the resulting commit.
`cargo release version $version -x && cargo release replace -x && task test-rust`
to bump the version, and PR the resulting commit.

3. After merging, go to
[Draft a new release](https://github.com/PRQL/prql/releases/new){{footnote: Only
Expand Down

0 comments on commit ff492a5

Please sign in to comment.