From 8d4c82522696682e03454ed434591ebfbf385065 Mon Sep 17 00:00:00 2001 From: Korey Earl Date: Tue, 10 Oct 2023 14:40:52 -0500 Subject: [PATCH] feat: Updates documentation and creates a new release artifact --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de07630f..305b70fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ Like this: `chore: my PR title` Valid prefixes are defined in the [angular documentation](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit) +_Important: Use "feat" to have a release automatically published. "fix,perf,docs,chore,chore(release)" only creates a patch +version which does not get automatically released._ # Environment Requirements