feat: add conventional commit linting and release notes generator

This commit is contained in:
Jorge O. Castro
2023-02-03 18:34:18 -05:00
parent 16abd14bcf
commit b7820b4ba3
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Conventional Commits
on:
pull_request:
branches: main
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webiny/action-conventional-commits@v1.1.0

13
.github/workflows/release-please.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action