## Describe the Task ## This task provides final checklist of tasks for finalizing the release of Version 1.1.1 **Initiate release:** - [x] Define scope for pre-release testing and document below - [x] Draft Release Page - [x] Clean up AWS account, feature branches, etc. - [x] Update UG release page with notes **RC1 Pre-release Testing:** - [x] Create release branch: release_v1.1 - [x] “pip freeze” on release branch and main branch to freeze versions of dependencies. - [x] Create release candidate tag: v1.1.1_rc1 - [x] Reinstall system - [ ] Several variants of UI Forecasts (TBD) **RCx Pre-release Testing:** (if needed) - [x] Create tag: v1.X.0_rcx **Finalize release:** - [x] Review public website content, update as necessary (check disclaimer links) - [x] Edit versions in appropriate places (Line 5 of setup.py -- now edit VERSION and RELEASE_DATE in python/src/wrfcloud) - [x] Merge release branch to develop - Need to do an additional PR/commit to develop change frozen versions - [x] Merge release branch to main - [x] Create final official release tag from main branch: v1.1.0 - [ ] Check RTD documentation: release version (from release tag) and stable (from main branch) labels) - [ ] Update & Publish Release Page
Describe the Task
This task provides final checklist of tasks for finalizing the release of Version 1.1.1
Initiate release:
RC1 Pre-release Testing:
RCx Pre-release Testing: (if needed)
Finalize release: