Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #507

Merged
merged 3 commits into from
Dec 12, 2017
Merged

Release 0.4.0 #507

merged 3 commits into from
Dec 12, 2017

Conversation

wiyarmir
Copy link
Member

Imgur

@wiyarmir wiyarmir requested a review from a team December 12, 2017 01:46
@@ -13,7 +13,7 @@ elif [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
fail "Failed release deployment: was pull request."
elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
fail "Failed release deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
elif ! [ "$VERSION_NAME" =~ $VERSION_PATTERN ]; then
elif ! [[ "$VERSION_NAME" =~ $VERSION_PATTERN ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I swear to god I thought I fixed that. Maybe in another file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was, in deploy_snapshots 😓

Copy link
Member

@pakoito pakoito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GREEN GREEN GREEN GREEN

@wiyarmir wiyarmir merged commit e35598d into master Dec 12, 2017
@wiyarmir wiyarmir deleted the release/0.4.0 branch December 12, 2017 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants