samplify-rs 0.1.6

A procedural macro to generate sample data for Rust structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
shared-version = true
allow-branch = ["main"]
tag = true
tag-prefix = ""
tag-message = "Version {{version}} release"
push = true
push-remote = "origin"
pre-release-commit-message = "preparing for {{version}} release"
consolidate-commits = true
sign-commit = false  # Disable GPG signing for commits
sign-tag = false     # Disable GPG signing for tags
publish = true