version-sync 0.9.5

Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Prepare Release PR

on:
  push:
    branches:
      - "release-*"

jobs:
  prepare-release:
    uses: mgeisler/rust-release-gh-action/.github/workflows/prepare-release.yml@main
    with:
      name: "Martin Geisler"
      email: "martin@geisler.net"
      changelog-file: "README.md"
      changelog-heading-level: "###"