Skip to content

fix: remove auto version bump pipeline and update app icon#3

Merged
SurjitSahoo merged 1 commit intomainfrom
enhancements
Jan 23, 2026
Merged

fix: remove auto version bump pipeline and update app icon#3
SurjitSahoo merged 1 commit intomainfrom
enhancements

Conversation

@SurjitSahoo
Copy link
Owner

@SurjitSahoo SurjitSahoo commented Jan 23, 2026

Summary by CodeRabbit

  • Chores

    • Updated app version to 1.0.0
    • Streamlined release workflow configuration
    • Removed automatic version bump automation
  • Style

    • Updated launcher icon with white background
    • Simplified launcher icon design

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 23, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR removes automated version bumping infrastructure (workflow and Python script), updates the release workflow to extract version from gradle.properties instead of git references, resets the application version to 1.0.0, and simplifies the launcher drawable asset with a background color change.

Changes

Cohort / File(s) Summary
CI/CD Automation Removal
.github/workflows/auto-version-bump.yml, scripts/bump_version.py
Removed auto-version-bump workflow and associated Python versioning script that previously automated patch/minor/major bumps on main branch pushes.
Release Workflow Update
.github/workflows/release.yml
Added "Get Version" step to extract appVersionName from gradle.properties; replaced hardcoded github.ref_name references with extracted version output for release tag and release name.
Application Version Reset
gradle.properties
Downgraded appVersionName from 1.0.1 to 1.0.0 and appVersionCode from 10001 to 10000.
Launcher Asset Simplification
app/src/main/res/drawable/ic_launcher_foreground.xml
Replaced complex inline vector drawing (211 lines) with simple inset wrapper (7 lines) that references @drawable/ic_launcher_logo with 8dp insets.
Launcher Background Update
app/src/main/res/values/ic_launcher_background.xml
Changed background color value from #D7D3CB to #FFFFFF.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰✨ No more bumps upon the way,
Version resets, fresh and new today,
Drawable simplified, colors bright,
Release now reads the version right!
Automation laid to rest with care,
A cleaner path, beyond compare. 🌟

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@SurjitSahoo SurjitSahoo merged commit bd8a20f into main Jan 23, 2026
1 of 2 checks passed
@SurjitSahoo SurjitSahoo deleted the enhancements branch January 23, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant