| .github/workflows/release.yml | ●●●●● patch | view | raw | blame | history | |
| .github/workflows/tests.yml | ●●●●● patch | view | raw | blame | history |
.github/workflows/release.yml
@@ -45,6 +45,10 @@ with: node-version: 'lts/*' - name: Install semantic-release run: | npm install -g semantic-release conventional-changelog-conventionalcommits - name: Create Github release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} .github/workflows/tests.yml
@@ -29,7 +29,7 @@ - name: Run commitlint if: github.event_name == 'pull_request' run: | commitlint \ npx commitlint \ --from "${{ github.event.pull_request.base.sha }}" \ --to "${{ github.event.pull_request.head.sha }}" \ --color \