generated from nimblehq/git-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Huey edited this page Dec 6, 2021
·
3 revisions
Welcome to the android-common-ktx wiki!
- Activity Extensions
- Context Extensions
- View Extensions
- TextView Extensions
- Toast Extensions
- String Extensions
- SharedPreferences Extensions
- Date Extensions
- TypedArray Extensions
- Open a new issue with kind of issue you want to report: Bug, Feature, Chore
- Open branch with Nimble branch convention
- Commit changes to follow Nimble commit convention
Ex: You want to add the updates following created issue with id 1
- Branch:
feature/1-add-new-extension
- Commit:
[#1] Add new extension
Following our release convention about versioning, release branch, ... to process for publishing new version with release tag: =
-
Check out new branch from
develop
:release/0.1.0
- 0.1.0 is the release number with created milestone
-
Create new PR to merge
release/
branch tomain
- Once the release PR merged, visit jitpack to verify build status