Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 v0.3.2 #106

Merged
merged 1 commit into from
Dec 2, 2023
Merged

🔖 v0.3.2 #106

merged 1 commit into from
Dec 2, 2023

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Dec 2, 2023

Issue

  • close #ISSUE_NUMBER 🦕

概要

リリースするためにバージョンを更新します。

レビュー観点

特になし

レビューレベル

  • Lv0: まったく見ないで Approve する
  • Lv1: ぱっとみて違和感がないかチェックして Approve する
  • Lv2: 仕様レベルまで理解して、仕様通りに動くかある程度検証して Approve する
  • Lv3: 実際に環境で動作確認したうえで Approve する

レビュー優先度

  • すぐに見てもらいたい ( hotfix など ) 🚀
  • 今日中に見てもらいたい 🚗
  • 今日〜明日中で見てもらいたい 🚶
  • 数日以内で見てもらいたい 🐢

参考リンク

スクリーンショット

Before After

Summary by CodeRabbit

  • 新機能
    • アプリのバージョンがAndroidでは「0.3.2」に、iOSでは「0.3.2」に更新されました。AndroidのversionCodeは6に、iOSのCURRENT_PROJECT_VERSIONは3に増加しました。

@tatsutakein tatsutakein requested a review from a team as a code owner December 2, 2023 14:41
Copy link

coderabbitai bot commented Dec 2, 2023

Walkthrough

アプリケーションのAndroidとiOSのバージョンが更新されました。AndroidのversionCodeは5から6に、versionNameは"0.3.1"から"0.3.2"に変更されました。iOSではCURRENT_PROJECT_VERSIONが2から3に、MARKETING_VERSIONが"0.3.1"から"0.3.2"に変更されています。これらの変更は、バージョンに依存するコードに影響を与える可能性があります。

Changes

ファイルパス 変更概要
app/android/build.gradle.kts versionCodeを5から6に、versionNameを"0.3.1"から"0.3.2"に更新
app/ios/.../project.pbxproj CURRENT_PROJECT_VERSIONを2から3に、MARKETING_VERSIONを"0.3.1"から"0.3.2"に更新

🐰✨
バージョン上がる、ぴょんぴょん
コードは跳ねる、新しい朝
バグは遠ざかる、ぴょんと遠く
更新の歌、リリースへと


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

@github-actions github-actions bot added @app/ios iOS development @app/android Android development labels Dec 2, 2023
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between efdeba6 and 7002ec5.
Files selected for processing (2)
  • app/android/build.gradle.kts (1 hunks)
  • app/ios/App/Nito/Nito.xcodeproj/project.pbxproj (8 hunks)
Additional comments: 4
app/android/build.gradle.kts (1)
  • 20-21: バージョン情報の更新が正しく行われています。versionCodeが5から6に、versionNameが"0.3.1"から"0.3.2"に変更されています。
app/ios/App/Nito/Nito.xcodeproj/project.pbxproj (3)
  • 363-363: バージョン番号の更新が正しく行われています。CURRENT_PROJECT_VERSIONが2から3にインクリメントされました。

  • 381-381: バージョン番号の更新が正しく行われています。MARKETING_VERSIONが"0.3.1"から"0.3.2"に更新されました。

  • 360-366: > Note: This review was outside the patches, so it was mapped to the patch with the greatest overlap. Original lines [363-381]

CURRENT_PROJECT_VERSIONMARKETING_VERSIONの更新により、プルリクエストの目的であるバージョンv0.3.2への更新が適切に反映されています。

@tatsutakein tatsutakein merged commit d9db9ce into main Dec 2, 2023
4 checks passed
@tatsutakein tatsutakein deleted the v0.3.2 branch December 2, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@app/android Android development @app/ios iOS development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant