tbunread 0.0.11

Helps you to keep an eye on unread emails in Thunderbird.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"include-component-in-tag": false,
	"pull-request-title-pattern": "chore: release v${version}",
	"changelog-sections": [
		{ "type": "feat", "section": "Features" },
		{ "type": "fix", "section": "Bug Fixes" },
		{ "type": "perf", "section": "Performance" },
		{ "type": "docs", "section": "Documentation" },
		{ "type": "build", "section": "Build" }
	],
	"packages": {
		".": {
			"release-type": "rust"
		}
	}
}