| .github/workflows/tests.yml | ●●●●● patch | view | raw | blame | history | |
| .releaserc.yml | ●●●●● patch | view | raw | blame | history | |
| commitlint.config.js | ●●●●● 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'] }