Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Below you can find a list of the packages included in this repository.

The following are our currently active branches:

| Branch | Release Series | Status |  Description |
| --------------------------------------------------------------------------------------- | -------------- | ------------- | --------------------------- |
| [master](https://github.com/ethereumjs/ethereumjs-monorepo) | v6 | `Active` | Main working branch |
| [v5-maintenance](https://github.com/ethereumjs/ethereumjs-monorepo/tree/v5-maintenance) | v5 | `Maintenance` | Maintenance for v5 releases |
| Branch | Release Series | Status |  Description |
| --------------------------------------------------------------------------------------- | -------------- | ---------------- | ------------------------------------------------------------------------------------------------------------- |
| [develop-v7](https://github.com/ethereumjs/ethereumjs-monorepo/tree/develop-v7) | v7 | `In development` | Upcoming v7 release branch (see Issue [#2561](https://github.com/ethereumjs/ethereumjs-monorepo/issues/2561)) |
| [master](https://github.com/ethereumjs/ethereumjs-monorepo) | v6 | `Active` | Main working branch |
| [maintenance-v5](https://github.com/ethereumjs/ethereumjs-monorepo/tree/maintenance-v5) | v5 | `Maintenance` | Maintenance for v5 releases |

Breaking releases are done in sync for all libraries, and release cycles are named after the `@ethereumjs/vm` version. In most cases PRs should be opened towards the current working branch.

Expand Down