toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove wrapping in CHANGELOG.md (for GH releases)

Tony Wu 4fa55a7a 2917cfec

+2 -2
+1 -1
.github/workflows/docs.yml
··· 12 12 MDBOOK_LOG: debug 13 13 14 14 concurrency: 15 - group: ${{ github.workflow }}-${{ github.ref }} 15 + group: ${{ github.workflow }} 16 16 cancel-in-progress: true 17 17 18 18 jobs:
+1 -1
release-plz.toml
··· 63 63 link_parsers = [{ pattern = "#(\\d+)", href = "{{ remote.link }}/issues/$1" }] 64 64 65 65 postprocessors = [ 66 - { pattern = ".*", replace_command = "pnpm exec prettier --parser markdown" }, 66 + { pattern = ".*", replace_command = "pnpm exec prettier --parser markdown --prose-wrap never" }, 67 67 ] 68 68 69 69 [[changelog.commit_preprocessors]]