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

feat: Added CI, release, and git hooks #1086

Merged
merged 2 commits into from
Sep 9, 2024
Merged

feat: Added CI, release, and git hooks #1086

merged 2 commits into from
Sep 9, 2024

Conversation

niyajali
Copy link
Member

@niyajali niyajali commented Sep 9, 2024

This commit introduces several new features to the project:

  • Continuous Integration (CI):

  • Set up CI workflows for internal and beta releases. - Automated version bumping for monthly and weekly releases. - Integrated Firebase App Distribution for deploying releases.

  • Release Management: - Added Fastlane for automating release tasks. - Configured release signing and secrets management.

  • Automated changelog generation.

  • Git Hooks: - Implemented pre-commit and pre-push hooks to enforce code quality. - Added Spotless, Detekt, and dependency guard checks to the hooks.

These additions enhance the project's development workflow, ensuring code quality and streamlining the release process.

This commit introduces several new features to the project:

- **Continuous Integration (CI):**

- Set up CI workflows for internal and beta releases.
    - Automated version bumping for monthly and weekly releases.
    - Integrated Firebase App Distribution for deploying releases.
- **Release Management:**
    - Added Fastlane for automating release tasks.
    - Configured release signing and secrets management.

- Automated changelog generation.
- **Git Hooks:**
    - Implemented pre-commit and pre-push hooks to enforce code quality.
    - Added Spotless, Detekt, and dependency guard checks to the hooks.

These additions enhance the project's development workflow, ensuring code quality and streamlining the release process.
@niyajali niyajali merged commit 3603dc9 into main Sep 9, 2024
@niyajali niyajali deleted the release-setup branch September 10, 2024 10:28
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