this repo has no description
0
fork

Configure Feed

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

fix(ci): fetch full git history for release-plz changelog generation

+4
+4
.github/workflows/release-plz.yml
··· 18 18 steps: 19 19 - name: Checkout repository 20 20 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 21 + with: 22 + fetch-depth: 0 21 23 - name: Install Rust toolchain 22 24 uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master 23 25 with: ··· 51 53 steps: 52 54 - name: Checkout repository 53 55 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 56 + with: 57 + fetch-depth: 0 54 58 - name: Install Rust toolchain 55 59 uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master 56 60 with: