Skip to content

Commit

Permalink
Merge pull request #167 from Eldar2021/rl/v1.2.1
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
Eldar2021 authored Oct 3, 2023
2 parents 983a64b + 42e9d0d commit 3b13f8b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 deletions.
38 changes: 23 additions & 15 deletions .github/ISSUE_TEMPLATE/release-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ assignees: ''

---

Tested on commit <enter-commit>
Tested v<versioncode>

# Release Testing v<enter-version>
- [ ] Check Integration tes(CI) `melos integration-test-app`
- [ ] Check unit test `melos unit-test`
- [ ] Check code analyze `melos analyze`
- [ ] Testting manual
- [ ] Change app version `pubspec.yaml`
# Create branch & Check auto CI
- [ ] `rl/v<versioncode>`
- [ ] Change version in `app/pubspec.yaml`
- [ ] Run `git add .`
- [ ] Run `git commit -m "release v<versioncode>"`
- [ ] Run `git push --set-upstream origin rl/v<versioncode>`
- [ ] Create PR for auto testing CI

# Monkey test

# Create tag v<enter-version>
- [ ] Create a tag
- `git tag -a v<version> -m "description"`
- `git tag -a v<version> -m "release v<versioncode"`
- `git push origin v<version>`
- [ ] Write change information

Expand Down Expand Up @@ -47,7 +52,11 @@ Testing (Open Testing)
- [ ] After review "OpenTesting" Create Production release

## Deploy IOS
Open project ios folder in Xcode
- [ ] Prerun on IOS (build on IOS)
- `melos flutter-clean`
- `melos pub-get`
- `melos run-app`
- [ ] Open project ios folder in Xcode
- [ ] Increment Version & Build (General)
- [ ] Check certificates "ios_development & ios_distirbution & distirbution"
- [ ] Check profiles "dev profiles & prod profiles"
Expand All @@ -56,12 +65,11 @@ Open project ios folder in Xcode
- [ ] Create Archive
- Click Prom top menu "Product/Destination/any IOS device (arm64)"
- Click Prom top menu "Product/Archive"
- [ ] Upload to Test flight
- Click "Distirbute App" button
- Check "App Store Connect" -> "Next"
- Check "Upload" -> "Next"
- Check "Strip Swift symbols & Upload your app's symbols & Manage Version app Build Number" -> "Next"
- Check app information and click "Upload"
- [ ] Distirbute App
- Click `Distirbute App` button
- [ ] Uploade
- Select `TestFlight & App Store`
- tap `Distirbute`
- [ ] Create new version form apple connect
- Choose `My Quran` app cleck `+ios app`
- Enter change description
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 19 // flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode 6 // flutterVersionCode.toInteger()
versionName "1.2.0" // flutterVersionName
versionCode 7 // flutterVersionCode.toInteger()
versionName "1.2.1" // flutterVersionName
multiDexEnabled true
}

Expand Down
12 changes: 6 additions & 6 deletions app/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1.2.0;
CURRENT_PROJECT_VERSION = 1.2.1;
DEVELOPMENT_TEAM = L8HXY9BDGG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -366,7 +366,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -488,7 +488,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1.2.0;
CURRENT_PROJECT_VERSION = 1.2.1;
DEVELOPMENT_TEAM = L8HXY9BDGG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -497,7 +497,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -513,7 +513,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1.2.0;
CURRENT_PROJECT_VERSION = 1.2.1;
DEVELOPMENT_TEAM = L8HXY9BDGG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -522,7 +522,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.alee.hatimapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.2.0
version: 1.2.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 3b13f8b

Please sign in to comment.