Skip to content

Commit

Permalink
chore: update semantic types (#1030)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
greyscaled committed Apr 15, 2022
1 parent a13ccee commit 148e7cd
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,22 @@ types:
# A build of any kind.
- build

# A RELEASED fix that will NOT be back-ported. The originating issue may have
# been discovered internally or externally to Coder.
- fix

# Any code task that is ignored for changelog purposes. Examples include
# devbin scripts and internal-only configurations.
# Any code task that operates outside of CI, docs, or the product. Examples
# include configurations, linters etc.
- chore

# Any work performed on CI.
- ci

# An UNRELEASED correction. For example, features are often built
# incrementally and sometimes introduce minor flaws during a release cycle.
# Corrections address those increments and flaws.
- correct

- example

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

# A fix for a RELEASED bug (regression fix) that is intended for patch-release
# A fix for either a released or unrelesed bug.
- fix

# A fix for a released bug (regression fix) that is intended for patch-release
# purposes.
- hotfix

Expand Down

0 comments on commit 148e7cd

Please sign in to comment.