Skip to content

Commit 148e7cd

Browse files
authored
chore: update semantic types (#1030)
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 a13ccee commit 148e7cd

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/semantic.yaml

+8-12
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,22 @@ 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 operates 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+
- example
4336

4437
# Work that directly implements or supports the implementation of a feature.
4538
- feat
4639

47-
# A fix for a RELEASED bug (regression fix) that is intended for patch-release
40+
# A fix for either a released or unrelesed bug.
41+
- fix
42+
43+
# A fix for a released bug (regression fix) that is intended for patch-release
4844
# purposes.
4945
- hotfix
5046

0 commit comments

Comments
 (0)