Skip to content

Commit 35def21

Browse files
committed
update version to 2.1.0-alpha.1 and run release from branch to test publishing
1 parent 425e02e commit 35def21

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/scripts/release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ EXPECTED_REF="refs/heads/${BRANCH}"
2929

3030
if [[ "$GITHUB_REPOSITORY" != "$REPO" ]]; then
3131
echo "Skipping release: wrong repository. Expected '$REPO' but was '$GITHUB_REPOSITORY'."
32-
elif [[ "$IS_PULL_REQUEST" != "false" ]]; then
33-
echo "Skipping release. It was pull request."
34-
elif [[ "$GITHUB_REF" != "$EXPECTED_REF" ]]; then
35-
echo "Skipping release. Expected '$EXPECTED_REF' but was '$GITHUB_REF'."
32+
#elif [[ "$IS_PULL_REQUEST" != "false" ]]; then
33+
# echo "Skipping release. It was pull request."
34+
#elif [[ "$GITHUB_REF" != "$EXPECTED_REF" ]]; then
35+
# echo "Skipping release. Expected '$EXPECTED_REF' but was '$GITHUB_REF'."
3636
elif [[ -z $VERSION ]]; then
3737
echo "Skipping release. Version value not found."
3838
elif ! [[ $VERSION =~ $SEMVER_REGEX ]]; then

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.0.0
1+
VERSION_NAME=2.1.0-alpha.1
22
GROUP=com.rollbar
33

44
android.useAndroidX=true

0 commit comments

Comments
 (0)