this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(build): use correct changelog_config field in release-plz config

+2 -1
+2 -1
.config/release-plz.toml
··· 27 27 pr_labels = ["release"] 28 28 29 29 # Use git-cliff for changelog generation (all commits between tags) 30 - git_cliff_config = ".config/cliff.toml" 30 + changelog_config = ".config/cliff.toml" 31 31 32 32 # Customize GitHub release 33 33 git_release_type = "auto" ··· 42 42 43 43 **Repository:** https://github.com/arcuru/cmprss 44 44 """ 45 +