rxdi / firelink

Firebase. gcloud and monorepos are not combining very well until they met @rxdi/firelink
MIT License
68 stars 9 forks source link

fix(Changelog): when automating changelog job in a protected branch it cannot force push the changelog #35

Closed Stradivario closed 2 years ago

Stradivario commented 2 years ago

Discussion: https://github.community/t/how-to-push-to-protected-branches-in-a-github-action/16101/21

Screenshot from 2021-12-11 10-49-58

Stradivario commented 2 years ago

Changelog generation is moved with hook on pre-commit using husky so we moved the generation on the client side(developer) and not on the build itself.