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
From discussion in #67 and #66@uhbrar and myself thought it might make sense to change the code that automatically bumps the version number to increment the patch number instead of the minor number. I.E. an automatic version bump would be like 1.2.0 -> 1.2.1 instead of 1.2.0 -> 1.3.0. Then, we would just update minor/major numbers manually when we feel it is appropriate.
Does anyone have any thoughts or reservations about making this change?
The text was updated successfully, but these errors were encountered:
From discussion in #67 and #66 @uhbrar and myself thought it might make sense to change the code that automatically bumps the version number to increment the patch number instead of the minor number. I.E. an automatic version bump would be like 1.2.0 -> 1.2.1 instead of 1.2.0 -> 1.3.0. Then, we would just update minor/major numbers manually when we feel it is appropriate.
Does anyone have any thoughts or reservations about making this change?
The text was updated successfully, but these errors were encountered: