We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444b93a commit 4cbad1dCopy full SHA for 4cbad1d
circle.yml
@@ -77,7 +77,7 @@ jobs:
77
- deploy:
78
name: Publish to Maven Central
79
command: |
80
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ if [ "${CIRCLE_BRANCH}" == "release-v0.4.0" ]; then
81
make publish ;
82
fi
83
- store_artifacts:
library/gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=0.4.0-SNAPSHOT
+VERSION_NAME=0.4.0
2
POM_ARTIFACT_ID=mapbox-android-gestures
3
POM_NAME=Mapbox Android Gestures Library
4
POM_DESCRIPTION=Mapbox Android Gestures Library
0 commit comments