pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
8 stars 10 forks source link

generate-authors should create a separate commit #141

Closed daenney closed 1 year ago

daenney commented 1 year ago

The generate-authors workflow currently rewrites history by smashing the AUTHORS changes into the latest commit and then force-pushing to the branch.

That's a tidbit ugly, not actually true history wise and makes it annoying when you need to push additional changes since local and remote history have now diverged.

It would be nice to change this to being a separate commit. In most cases we squash-merge PRs anyway so the end result after the merge will be the same.