Skip to content

Commit

Permalink
1. Enable Automatic Release Library
Browse files Browse the repository at this point in the history
2. Add Android and Ios section in release note
  • Loading branch information
swapnil-musale committed Apr 3, 2024
1 parent 4aca5d6 commit 31274f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ categories:
label: 'chore'
- title: 'Documentation 📚'
label: 'documentation'
- title: 'Android 📱'
label: 'android'
- title: 'Ios '
label: 'ios'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ jobs:

- name: Publish Library
run: |
echo "Publishing library🚀"
echo "Publishing library ... 🚀"
./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
echo "Published✅"
# echo "Releasing repository...🚀"
# ./gradlew closeAndReleaseRepository
# echo "Released✅"
echo "Published ✅"
env:
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true
# Library Publishing Configuration
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=false
SONATYPE_AUTOMATIC_RELEASE=true

VERSION_NAME=0.0.5
GROUP=io.github.swapnil-musale
Expand Down

0 comments on commit 31274f1

Please sign in to comment.