Skip to content

Commit 475c829

Browse files
committed
chore: update header
1 parent ad2a335 commit 475c829

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/chloggen-wrapper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Copyright New Relic, Inc. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# This script serves as a wrapper around chloggen, so that we can use our own change types.
5+
# This script serves as a wrapper around chloggen so that we can use our own change types.
66
# Chloggen's default change types are "breaking", "deprecation", "bug_fix", "new_component", and "enhancement".
7-
# These values are hard-coded and cannot be configured.
7+
# These values are hard-coded and not configurable, necessitating a wrapper if we want to use our own custom types.
88

99
REPO_DIR="$( cd "$(dirname "$( dirname "${BASH_SOURCE[0]}" )")" &> /dev/null && pwd )"
1010
CHLOGGEN_DIR="$REPO_DIR/.chloggen"

0 commit comments

Comments
 (0)