-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases and changleog #50
Milestone
Comments
I propose a release scheme as follows:
@jbmouret @dalinel @PedroDesRobots @Aneoshun Let me know if you agree or have anything to add. |
Thanks Konstantinos,
Sounds good to me.
… On 15 May 2020, at 21:35, Konstantinos Chatzilygeroudis ***@***.***> wrote:
I propose a release scheme as follows:
We do a release only when we really have something to release or when minor patches stay in master for more than 2-3 months
Release versioning: major.minor.patch; we start from v1.0.0 once we finish this restructure
we increment the major number when we have API breakage (even if we keep backward compatibility)
we increment the minor number when we have serious bug-fixes or important new features
we increment the patch number for everything else (e.g., fix of corner-cases, minor new features etc.)
Changelog
Every PR to be merged should add changelog
We begin keeping track of changes after v1.0.0 (this iteration)
@jbmouret <https://github.com/jbmouret> @dalinel <https://github.com/dalinel> @PedroDesRobots <https://github.com/PedroDesRobots> @Aneoshun <https://github.com/Aneoshun> Let me know if you agree or have anything to add.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#50 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABRGOHBHDXAPQLLCVVPZJVLRRWRQTANCNFSM4M64GBAQ>.
|
Closed by #145 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we should start organizing for releases and a changelog.
The text was updated successfully, but these errors were encountered: