repoverlay 0.2.0

Overlay config files into git repositories without committing them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
# Changelog configuration
changelog_update = 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 }}"