diff --git a/.github/ISSUE_TEMPLATE/---new-release.md b/.github/ISSUE_TEMPLATE/---new-release.md index e9a4cf1d..443cb943 100644 --- a/.github/ISSUE_TEMPLATE/---new-release.md +++ b/.github/ISSUE_TEMPLATE/---new-release.md @@ -13,15 +13,13 @@ assignees: Khaoz-Topsy ### Prepare: - [ ] Make sure that `pubspec.yaml` uses github link for the `assistantapps_flutter_common` library - - [ ] Replace `CURRENT_PROJECT_VERSION` with latest version code in `project.pbxproj` - - [ ] Replace `MARKETING_VERSION` with latest version name in `project.pbxproj` -- [ ] Verify that AssistantNMS.Data audits have all passed - [ ] Regenerate AssistantApps server data from the AssistantNMS.Data tool +- [ ] Verify that AssistantNMS.Data audits have all passed - [ ] Make sure content of `release_notes.txt` is ready for production - [ ] Create new item in Admin tool - [ ] Copy content of `release_notes.txt` to Markdown - [ ] Future date release date - - [ ] Copy guid, paste into `prod.dart` + - [ ] Copy guid, paste into `assistantAppsSettings.dart` - [ ] [Queue](https://codemagic.io/app/5d9da9057a0a9500105180bf/workflow/5ef3374ec0adbfe0fdee431d/settings) CodeMagic build ---