repoverlay 0.3.3

Overlay config files into git repositories without committing them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
# Changelog configuration
changelog_update = true
# Treat feature commits as minor releases even before 1.0
features_always_increment_minor = true

# PR configuration
pr_draft = false
pr_labels = ["release"]

# Git configuration
# Disable GitHub release creation - cargo-dist handles this with binary assets
git_release_enable = false
# Enable git tag creation - this triggers cargo-dist release workflow
git_tag_enable = true
git_tag_name = "v{{ version }}"