Skip to content

Commit

Permalink
chore: set up conventional release
Browse files Browse the repository at this point in the history
conventional-release-setup v2.0.0
  • Loading branch information
remarkablemark committed Jan 14, 2024
1 parent f1356e2 commit 000e1e9
Show file tree
Hide file tree
Showing 5 changed files with 2,145 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: release-please
on:
push:
branches:
- master

jobs:
release-please:
runs-on: ubuntu-latest

steps:
- name: Release Please
uses: google-github-actions/release-please-action@v3
with:
release-type: node
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit $1
Loading

0 comments on commit 000e1e9

Please sign in to comment.