Skip to content

Commit 003866f

Browse files
ci: add test prefix
1 parent ca61599 commit 003866f

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.githooks/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ then
1919
echo "Commit message must begin with a valid prefix."
2020
echo "feat: New features"
2121
echo "fix: Bug and hot fixes"
22+
echo "test: Tests only"
2223
echo "docs: Docs only"
2324
echo "build: Build tools, e.g. npm and git"
2425
echo "ci: CI/CD, e.g. workflows and terraform"

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
echo "Pull request title must begin with a valid prefix."
9393
echo "feat: New features"
9494
echo "fix: Bug and hot fixes"
95+
echo "test: Tests only"
9596
echo "docs: Docs only"
9697
echo "build: Build tools, e.g. npm and git"
9798
echo "ci: CI/CD, e.g. workflows and terraform"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template",
3-
"version": "1.0.0-epic-1-v1.1",
3+
"version": "1.0.0-epic-1-v1.2",
44
"description": "Okkema Labs Javascript Template",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)