Remove ethpm.json and update releasing docs (#2205)
* remove ethpm.json * update releasing document * fix release documentation to be more realistic
This commit is contained in:
committed by
GitHub
parent
715ec806f0
commit
528c23d679
@ -12,7 +12,7 @@ OpenZeppelin Contracts follows a <<versioning-scheme, semantic versioning scheme
|
||||
[[minor-releases]]
|
||||
=== Minor Releases
|
||||
|
||||
OpenZeppelin Contracts has a *5 week release cycle*. This means that every five weeks a new release is published.
|
||||
OpenZeppelin Contracts aims for a new minor release every 1 or 2 months.
|
||||
|
||||
At the beginning of the release cycle we decide which issues we want to prioritize, and assign them to https://github.com/OpenZeppelin/openzeppelin-contracts/milestones[a milestone on GitHub]. During the next five weeks, they are worked on and fixed.
|
||||
|
||||
@ -21,7 +21,7 @@ Once the milestone is complete, we publish a feature-frozen release candidate. T
|
||||
[[major-releases]]
|
||||
=== Major Releases
|
||||
|
||||
Every several months a new major release may come out. These are not scheduled, but will be based on the need to release breaking changes such as a redesign of a core feature of the library (e.g. https://github.com/OpenZeppelin/openzeppelin-contracts/issues/1146[roles] in 2.0). Since we value stability, we aim for these to happen infrequently (expect no less than six months between majors). However, we may be forced to release one when there are big changes to the Solidity language.
|
||||
After several months or a year a new major release may come out. These are not scheduled, but will be based on the need to release breaking changes such as a redesign of a core feature of the library (e.g. https://github.com/OpenZeppelin/openzeppelin-contracts/pulls/2112[access control] in 3.0). Since we value stability, we aim for these to happen infrequently (expect no less than six months between majors). However, we may be forced to release one when there are big changes to the Solidity language.
|
||||
|
||||
[[api-stability]]
|
||||
== API Stability
|
||||
|
||||
Reference in New Issue
Block a user