lipsum 0.9.1

Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text.
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: "###"