mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
10.08.2024 a7388d44165e31444d054183b26d34dbf2b1d575
test: fix commitlint test
1 files added
2 files modified
7 ■■■■ changed files
.github/workflows/tests.yml 2 ●●●●● patch | view | raw | blame | history
.releaserc.yml 2 ●●● patch | view | raw | blame | history
commitlint.config.js 3 ●●●●● patch | view | raw | blame | history
.github/workflows/tests.yml
@@ -12,6 +12,8 @@
      - name: Check out repository
        if: github.event_name == 'pull_request'
        uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Set up Node.js
        if: github.event_name == 'pull_request'
.releaserc.yml
@@ -1,4 +1,4 @@
preset: angular
preset: conventionalcommits
plugins:
  - "@semantic-release/commit-analyzer"
  - "@semantic-release/release-notes-generator"
commitlint.config.js
New file
@@ -0,0 +1,3 @@
module.exports = {
    extends: ['@commitlint/config-conventional']
}