Skip to content

Commit 734c2ca

Browse files
committed
Updated the handover document
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
1 parent 2185da3 commit 734c2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Handover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ THe following GH actions are pre-configured:
2323
- audit - security audit against a DB of all known vulnerabilities. Runs on every PR. Active by default.
2424
- linter / clippy - Checks against a massive database of known Rust lints. Runs on every PR. Active by default.
2525
- test - Runs all uni tests and all doc tests unless marked as no_run. Runs on every PR. Active by default.
26-
- release - auto release, disabled. See below.
26+
- release - auto release, disabled. Once enabled, runs on every push to main. For configuration, see below.
2727

2828
For a reference of Rust CI configs, please consult the documentation:
2929

@@ -66,7 +66,7 @@ Release-plz updates your packages with a release Pull Request based on:
6666
To enable the release-plz, edit the rust-release file in .github/workflows, uncomment the release-plz section,
6767
and add your crates.io API token as a Github secret.
6868

69-
Once the release-plz is enabled, every merged PR is added to an automatically generated release PR. When the release PR
69+
Once the release-plz is enabled, every push to main is added to a generated release PR. When the release PR
7070
is merged, a new release is fully automatically published to the cargo registry and the documentation is uploaded to rustdocs.org.
7171

7272
For details on how to configure relese-plz, consult the documentation:

0 commit comments

Comments
 (0)