Skip to content

Commit

Permalink
Add release guide to readme.md (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp authored Nov 15, 2023
1 parent 841764c commit baa9d8c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@ NEXT_PUBLIC_PROJECT_ID="your_project_id"
```zsh
VITE_PROJECT_ID="your_project_id"
```

# Releasing new versions

1. Run `npm outdated` and update dependencies
2. Run `npm install` and verify if everything still works correctly
3. Merge your feature branch into `V3`
4. Create a new branch from `V3` and name it with the version tag
5. Run `npm run pre-publish` and set new custom version
6. Update version in `ConstantsUtil` in `@web3modal/utils` to the correct version
7. Create a new `PR` with Release Notes and merge into `V3`
8. Checkout `V3` and run `npm run publish:latest`
9. Draft a new release in GitHub and create new tag
10. Click on `Generate Change` and only leave the link with difference. Paste in your changelog from PR.
11. Check `Set as the last release` and publish release.

3 comments on commit baa9d8c

@vercel
Copy link

@vercel vercel bot commented on baa9d8c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on baa9d8c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on baa9d8c Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.