Skip to content

Commit

Permalink
docs: add admonitions (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Aug 1, 2023
1 parent 75cf6f4 commit d5f5950
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion website/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ semver_check = false
The uncommitted changes will be part of the update.
- If `false`, release-plz returns an error if the repository contains uncommitted changes. *(Default)*.

Note: This field is different from the `allow-dirty` flag of the `release-plz release` command.
:::caution
This field is different from the `allow-dirty` flag of the `release-plz release` command.
This field only affects the `release-plz update` and `release-plz release-pr` command.
:::

#### The `changelog_config` field

Expand Down
4 changes: 3 additions & 1 deletion website/docs/extra/releasing-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ Some projects to consider for this task:
- [cargo-dist](https://crates.io/crates/cargo-dist):
shippable application packaging for Rust.
Note: to release a binary after release, the release-plz GitHub Action needs to
:::caution
To release a binary after release, the release-plz GitHub Action needs to
[trigger further workflow runs](../github/trigger.md).
:::
4 changes: 3 additions & 1 deletion website/docs/usage/shell-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ To load completions for every new session, execute once:
release-plz generate-completions bash > ~/.local/share/bash-completion/completions/release-plz
```

Note: package `bash-completion` is required for this to work.
:::caution
The package `bash-completion` is required for this to work.
:::

## fish

Expand Down

0 comments on commit d5f5950

Please sign in to comment.