Bump version to 0.64.0-rc.1

pull/10613/head 0.64.0-rc.1
Rodrigo Nascimento 8 years ago
parent 6f50c6c93c
commit bba44acecb
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      .docker/Dockerfile
  2. 2
      .docker/Dockerfile.rhel
  3. 31
      .github/history.json
  4. 2
      .sandstorm/sandstorm-pkgdef.capnp
  5. 2
      .travis/snap.sh
  6. 12
      HISTORY.md
  7. 2
      package.json
  8. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM rocketchat/base:8
ENV RC_VERSION 0.64.0-rc.0
ENV RC_VERSION 0.64.0-rc.1
MAINTAINER buildmaster@rocket.chat

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

@ -13008,5 +13008,36 @@
"geekgonecrazy"
]
}
],
"0.64.0-rc.1": [
{
"pr": "10545",
"title": "LingoHub based on develop",
"userLogin": "engelgabriel",
"milestone": "0.64.0",
"contributors": [
"rodrigok"
]
},
{
"pr": "10544",
"title": "Regression: Revert announcement structure",
"userLogin": "gdelavald",
"milestone": "0.64.0",
"contributors": [
"gdelavald",
"rodrigok",
"web-flow"
]
},
{
"pr": "10543",
"title": "Regression: Upload was not working",
"userLogin": "rodrigok",
"milestone": "0.64.0",
"contributors": [
"rodrigok"
]
}
]
}

@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.64.0-rc.0"),
appMarketingVersion = (defaultText = "0.64.0-rc.1"),
# 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.64.0-rc.0
RC_VERSION=0.64.0-rc.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,6 +1,18 @@
# 0.64.0 (Under Release Candidate Process)
## 0.64.0-rc.1
`2018-04-21 · 3 🔍`
<details>
<summary>🔍 Minor changes</summary>
- LingoHub based on develop ([#10545](https://github.com/RocketChat/Rocket.Chat/pull/10545))
- Regression: Revert announcement structure ([#10544](https://github.com/RocketChat/Rocket.Chat/pull/10544))
- Regression: Upload was not working ([#10543](https://github.com/RocketChat/Rocket.Chat/pull/10543))
</details>
## 0.64.0-rc.0
`2018-04-21 · 2 · 17 🎉 · 38 🐛 · 17 🔍 · 16 👩💻👨💻`

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

@ -1,3 +1,3 @@
{
"version": "0.64.0-rc.0"
"version": "0.64.0-rc.1"
}

Loading…
Cancel
Save