Skip to content

Commit 4fce547

Browse files
authored
chore: update semantic types
Summary: PRs like #1025 feel like they deserve a doc: type, but we didn't have one. Furthermore our definitions for correct and fix were stale.
1 parent 88e30be commit 4fce547

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/semantic.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,23 @@ types:
2525
# A build of any kind.
2626
- build
2727

28-
# A RELEASED fix that will NOT be back-ported. The originating issue may have
29-
# been discovered internally or externally to Coder.
30-
- fix
31-
32-
# Any code task that is ignored for changelog purposes. Examples include
33-
# devbin scripts and internal-only configurations.
28+
# Any code task that operats outside of CI, docs, or the product. Examples
29+
# include configurations, linters etc.
3430
- chore
3531

3632
# Any work performed on CI.
3733
- ci
38-
39-
# An UNRELEASED correction. For example, features are often built
40-
# incrementally and sometimes introduce minor flaws during a release cycle.
41-
# Corrections address those increments and flaws.
42-
- correct
34+
35+
# Any work that improves documentation and examples.
36+
- docs
4337

4438
# Work that directly implements or supports the implementation of a feature.
4539
- feat
4640

47-
# A fix for a RELEASED bug (regression fix) that is intended for patch-release
41+
# A fix for either a released or unrelesed bug.
42+
- fix
43+
44+
# A fix for a released bug (regression fix) that is intended for patch-release
4845
# purposes.
4946
- hotfix
5047

0 commit comments

Comments
 (0)