-
Notifications
You must be signed in to change notification settings - Fork 193
Create Releases
Akarshit Wal edited this page Mar 4, 2022
·
1 revision
- python3
- Have this project cloned in your machine. It's a good idea to have a separate folder for the purpose of releasing than the one you use for development. This will help keep things uncluttered.
- Pull in the latest
trunk
for all the repos (reaction-development-platform, reaction, reaction-admin, example-storefront) - Run
python3 release.py
. - If successful this script should have created a PR with the new release and assigned the QA team to review it.
- Once the PR is merged, go to https://github.com/reactioncommerce/reaction-development-platform/releases/new
- For the tag, enter the latest version (should be at the top of the dropdown), for the title choose "v" (eg. v4.1.0), for the description copy the description of the PR that was created. Hit the "Publish release" button.
- Announce the release in Mailchimp's Slack channel.
- Announce the release in MOC's Discord channel.