Skip to content

Commit

Permalink
Bump version to 2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Sep 25, 2019
1 parent 044bbd1 commit 752a405
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 2.1.0-rc.0
ENV RC_VERSION 2.1.0-rc.1

MAINTAINER buildmaster@rocket.chat

Expand Down
58 changes: 58 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -35207,6 +35207,64 @@
]
}
]
},
"2.1.0-rc.1": {
"node_version": "8.15.1",
"npm_version": "6.9.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "15415",
"title": "[NEW] Allow file sharing through Twilio(WhatsApp) integration",
"userLogin": "renatobecker",
"milestone": "2.1.0",
"contributors": [
"renatobecker",
"web-flow"
]
},
{
"pr": "15437",
"title": "Regression: Fix invalid version string error on marketplace screen",
"userLogin": "d-gubert",
"milestone": "2.1.0",
"contributors": [
"d-gubert"
]
},
{
"pr": "15436",
"title": "Regression: Fix Commit Section when there is no commit info",
"userLogin": "sampaiodiego",
"milestone": "2.1.0",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "15432",
"title": "Regression: setup wizard dynamic import using relative url",
"userLogin": "ggazzo",
"milestone": "2.1.0",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "15426",
"title": "Regression: Favorite room button",
"userLogin": "tassoevan",
"milestone": "2.1.0",
"contributors": [
"tassoevan"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=2.1.0-rc.0
RC_VERSION=2.1.0-rc.1
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
Loading

0 comments on commit 752a405

Please sign in to comment.