knope 0.22.4

A command line tool for automating common development tasks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Would add the following to first/Cargo.toml: version = 1.1.0
Would add the following to second/Cargo.toml: version = 0.1.1
Would add files to git:
  first/Cargo.toml
  second/Cargo.toml
Would run git commit -m "chore: prepare releases"
Would run git push
Would create a release on GitHub with name first-package 1.1.0 ([DATE]) and tag first-package/v1.1.0 at commit [COMMIT] and body:
## Features

- New Feature
Would create a release on GitHub with name second-package 0.1.1 ([DATE]) and tag second-package/v0.1.1 at commit [COMMIT] and body:
## Features

- New Feature