fix: typos of different importance (#359)

This commit is contained in:
crStiv
2024-12-16 19:27:51 +01:00
committed by GitHub
parent c64f43b262
commit 1444bbc0f2
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ else
if git diff --exit-code "origin/${BASE_REF}" -- "${CHANGELOG_FILE}"; then
>&2 echo "Changes should come with an entry in the \"CHANGELOG.md\" file. This behavior
can be overridden by using the \"no changelog\" label, which is used for changes
that are trivial / explicitely stated not to require a changelog entry."
that are trivial / explicitly stated not to require a changelog entry."
exit 1
fi