Skip to content

Commit

Permalink
add jump to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ctindogaru committed Feb 4, 2022
1 parent f7b1ff7 commit aa6ae9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ Since this is the first time that the factory and the DAO are being upgraded and

## v3 Release Plan

#### 1. Upgrade the factory from v2 to v3 and then set up the default code for the DAO to be v2.
#### 1. [Upgrade the factory from v2 to v3 and then set up the default code for the DAO to be v2.](#upgrade-the-factory-from-v2-to-v3)
#### 2. After we get enough confidence using factory v3 and DAO v2, change the default code for the DAO from v2 to v3.
#### 3. New DAOs will get created using the v3 code that should include all the fixes and the new features.
#### 4. Existing DAOs will need to migrate from v2 to v3.

Now, let's dive deeper into how to achieve each step from the list above.

### 1. Upgrade the factory from v2 to v3.

This should be done in the following order:
Expand Down

0 comments on commit aa6ae9d

Please sign in to comment.