feat: resolve conflitos em CHANGELOG.md após merge de master

This commit is contained in:
2025-06-11 21:19:50 -03:00
parent 782ad9aadc
commit f9fca8c0a0

View File

@ -4,7 +4,7 @@ name: CI & CD
on:
push:
branches:
- master
- dev
jobs:
lint_commits:
@ -23,7 +23,7 @@ jobs:
run: npm ci --no-audit
- name: Lint Commit Messages
run: npx commitlint --from=origin/master --to=HEAD
run: npx commitlint --from=origin/dev --to=HEAD
release:
name: Release