You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How it works: when we would generate a new release go to tab actions, select "Create release" workflow, and click on "Run workflow".
The workflow will do:
choose new bump version (from conventional commits)
It looks good to me, but then we should validate the commit messages. In your personal repo it's easy since you're the only committer, but it's not the same here.
Exactly!
If you liked the idea, my second question would have been about validating commit messages.
Which tool would you prefer?
Would you prefer to add a tool on the githook side or a control on the CI side?
Hi @garak @AlessandroMinoccheri @antonkomarev
WDYT about to move in a conventional commit and conventional changelog way?
If we do this we could automate the process of generating a new release and updating the changelog file automatically.
I tried this flow in my personal repo with an github action: https://github.com/JellyBellyDev/ImageOrientationFix/blob/master/.github/workflows/release.yml
How it works: when we would generate a new release go to tab actions, select "Create release" workflow, and click on "Run workflow".
The workflow will do:
Ref:
Example:
See the last two release:
https://github.com/JellyBellyDev/ImageOrientationFix/releases
https://github.com/JellyBellyDev/ImageOrientationFix/blob/master/CHANGELOG.md
WDYT?
The text was updated successfully, but these errors were encountered: