chore(build): prepare for releases#78
Merged
wmontwe merged 15 commits intoJun 25, 2026
Merged
Conversation
ab0dee1 to
3ce3f0c
Compare
| value: 'STOPSHIP:' | ||
| - reason: 'Forbidden TODO todo marker in comment, please do the changes or create an issue to address it.' | ||
| value: 'TODO:' | ||
| allowedPatterns: '(TODO|FIXME)\((@[a-zA-z0-9-]+|#[0-9-]+)\):' |
Member
There was a problem hiding this comment.
I would keep this. This allow us to add follow-up tasks without missing it
Member
Author
There was a problem hiding this comment.
I updated from the current version at https://github.com/thunderbird/thunderbird-android/blob/main/config/detekt/detekt.yml
- enabling this
| - 'equals' | ||
| excludeLabeled: false | ||
| excludeReturnFromLambda: true | ||
| excludeGuardClauses: true |
Member
There was a problem hiding this comment.
I would keep this true. Guard clauses are very useful for pre-requisits validation and helps with redability.
Member
Author
There was a problem hiding this comment.
I updated from the current version at https://github.com/thunderbird/thunderbird-android/blob/main/config/detekt/detekt.yml
3ce3f0c to
0510747
Compare
…ocumentation # Conflicts: # docs/release-guide.md
# Conflicts: # gradle/libs.versions.toml
bbdc6d4 to
b6396a3
Compare
rafaeltonholo
approved these changes
Jun 25, 2026
rafaeltonholo
left a comment
Member
There was a problem hiding this comment.
LGMT. Just a minor comment, but feel free to merge the changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the project for publishing Thunderbird Mobile Components releases.
Adds release and snapshot publishing workflows, BOM/release/publishing Gradle tasks, release tag and version validation support, and maintainer release documentation.
Also enables ABI validation, Dokka, Gradle isolated projects, and updates Detekt/build logic for the new release-ready setup.
Bumps dependencies to be on the same state as TfA. This includes migration to AGP 9.