feat(workflows): improve changelog generation and workflows

feat: Ignore Changelog.md file so that it will not trigger a build
feat: add Changelog.md to gitignore
chore: improve changelog gh action
This commit is contained in:
peaklabs-dev
2025-01-22 21:28:13 +01:00
parent 1d4f05714b
commit c4735f2466
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ scripts/load-test/*
.env.dusk.local
docker/coolify-realtime/node_modules
.DS_Store
Changelog.md