Bump version to 0.71.0-rc.2

pull/12447/head 0.71.0-rc.2
Diego Sampaio 7 years ago
parent 666eb61fde
commit 84a14627e3
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 24
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 12
      HISTORY.md
  6. 2
      package.json
  7. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 0.71.0-rc.1
ENV RC_VERSION 0.71.0-rc.2
MAINTAINER buildmaster@rocket.chat

@ -20318,6 +20318,30 @@
]
}
]
},
"0.71.0-rc.2": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "12445",
"title": "[FIX] Attachment timestamp from and to Apps system not working",
"userLogin": "graywolf336",
"milestone": "0.71.0",
"contributors": [
"graywolf336"
]
},
{
"pr": "12391",
"title": "[FIX] Apps not being able to state how the action buttons are aligned",
"userLogin": "graywolf336",
"milestone": "0.71.0",
"contributors": [
"graywolf336"
]
}
]
}
}
}

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 106, # Increment this for every release.
appVersion = 107, # Increment this for every release.
appMarketingVersion = (defaultText = "0.71.0-rc.1"),
appMarketingVersion = (defaultText = "0.71.0-rc.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.71.0-rc.1
RC_VERSION=0.71.0-rc.2
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,6 +1,18 @@
# 0.71.0 (Under Release Candidate Process)
## 0.71.0-rc.2
`2018-10-27 · 2 🐛 · 1 👩💻👨💻`
### 🐛 Bug fixes
- Attachment timestamp from and to Apps system not working ([#12445](https://github.com/RocketChat/Rocket.Chat/pull/12445))
- Apps not being able to state how the action buttons are aligned ([#12391](https://github.com/RocketChat/Rocket.Chat/pull/12391))
### 👩💻👨💻 Core Team 🤓
- [@graywolf336](https://github.com/graywolf336)
## 0.71.0-rc.1
`2018-10-26 · 1 🎉 · 1 🚀 · 3 🐛 · 4 🔍 · 8 👩💻👨💻`

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.71.0-rc.1",
"version": "0.71.0-rc.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.71.0-rc.1"
"version": "0.71.0-rc.2"
}

Loading…
Cancel
Save