From 05fb322a8cb360a015c6441cd529c23f8f587150 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Sun, 6 Oct 2024 10:13:33 +0200 Subject: [PATCH] docs(README.md): add expanded opt-ins to proposed improvements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f545569..20c134a 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,6 @@ Release pipeline publishes the crates to [crates.io](https://crates.io/) and the ### Proposed improvements - [ ] Add support for other Git hosts other than GitHub, e.g Gitea and GitLab. +- [ ] Make most features opt-in. - [ ] Cocogitto conventional commit checking in `pre-commit` commit-msg hook. - [ ] Automated releases with [`release-plz`](https://release-plz.ieni.dev)?