Skip to content

Commit

Permalink
Update RELEASE_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado authored Jun 20, 2023
1 parent 52282ba commit 1edad92
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions RELEASE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ Before starting, ensure that each of these branches is up-to-date with origin:
- rc/$RELEASE
- main

## 0. Make sure the rc/$RELEASE branch has the correct version.
## 0. Check versions.

It should have the version corresponding to its name, $RELEASE.
Make sure the rc/$RELEASE branch has the correct Filament version. It should have the version
corresponding to its name, $RELEASE.

## 1. Bump versions on main to $RELEASE.
Make sure `MATERIAL_VERSION` has been bumped to a new version if this is a MAJOR or MINOR release
(first two version numbers).

## 1. Bump Filament versions on main to $RELEASE.

Checkout main and run the following command to bump Filament's version to $RELEASE:

Expand Down

0 comments on commit 1edad92

Please sign in to comment.