Crissal1995 / automsr

MIT License
7 stars 0 forks source link

Avoid the automatic commit to bump version #46

Closed Crissal1995 closed 1 year ago

Crissal1995 commented 1 year ago

This will involve adding a check to see if:

Crissal1995 commented 1 year ago

A first attempt was made with #48, but this solution can lead to race conditions, so the PR was reverted with #49.

Crissal1995 commented 1 year ago

Closing since the current solution works fine.

The other ways would be to bump manually (inconvenient) or to create detached commits with the correct version, leading to a non-conventional git tree.

The current solution looks the most correct?