Skip to content

Commit 94f4516

Browse files
committed
update lists
1 parent d0e60a4 commit 94f4516

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

.github/semantic.yaml

+21-14
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,27 @@
55

66
# Scopes are optionally supplied after a 'type'. For example, in
77
#
8-
# feat(cdr): autostart ui
8+
# feat(docs): autostart ui
99
#
10-
# '(cdr)' is the scope. Scopes are used to signify where the change occurred.
11-
scopes: []
10+
# '(docs)' is the scope. Scopes are used to signify where the change occurred.
11+
scopes:
12+
# docs: changes to the code-server documentation.
13+
- docs
14+
15+
# vendor: changes to vendored dependencies.
16+
- vendor
17+
18+
# tests: changes to test code.
19+
- tests
20+
21+
# deps: changes to code-server's dependencies.
22+
- deps
23+
24+
# cs: changes to code specific to code-server.
25+
- cs
26+
27+
# cli: changes to the command-line interface.
28+
- cli
1229

1330
# We only check that the PR title is semantic. The PR title is automatically
1431
# applied to the "Squash & Merge" flow as the suggested commit message, so this
@@ -24,8 +41,7 @@ types:
2441
# A build of any kind.
2542
- build
2643

27-
# A RELEASED fix that will NOT be back-ported. The originating issue may have
28-
# been discovered internally or externally to Coder.
44+
# A user-facing change that corrects a defect in code-server.
2945
- fix
3046

3147
# Any code task that is ignored for changelog purposes. Examples include
@@ -35,18 +51,9 @@ types:
3551
# Any work performed on CI.
3652
- ci
3753

38-
# An UNRELEASED correction. For example, features are often built
39-
# incrementally and sometimes introduce minor flaws during a release cycle.
40-
# Corrections address those increments and flaws.
41-
- correct
42-
4354
# Work that directly implements or supports the implementation of a feature.
4455
- feat
4556

46-
# A fix for a RELEASED bug (regression fix) that is intended for patch-release
47-
# purposes.
48-
- hotfix
49-
5057
# A refactor changes code structure without any behavioral change.
5158
- refactor
5259

0 commit comments

Comments
 (0)