From 801e3074c9e6794fcd2e8d983694ec71adc85702 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Wed, 13 Apr 2022 16:46:14 +0200 Subject: [PATCH] improvements found while going through #34 --- .github/ISSUE_TEMPLATE/---new-release.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 ---