⚡ Release 2.8.1 (#4771)
* unfuck release 2.8.0
* ⚡ Release 2.8.1
* Ensure we can install also on latest
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: ./resources/npm-git.sh
|
||||
script: ./resources/npm-git.sh && npm install -g https://github.com/parse-community/parse-server#latest
|
||||
on:
|
||||
branch:
|
||||
- master
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
## Parse Server Changelog
|
||||
|
||||
### master
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...master)
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...master)
|
||||
|
||||
### 2.8.1
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.1...2.8.0)
|
||||
|
||||
Ensure all the files are properly exported to the final package.
|
||||
|
||||
### 2.8.0
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...2.7.4)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "parse-server",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"description": "An express module providing a Parse-compatible API server",
|
||||
"main": "lib/index.js",
|
||||
"repository": {
|
||||
@@ -14,6 +14,7 @@
|
||||
"views/",
|
||||
"LICENSE",
|
||||
"PATENTS",
|
||||
"postinstall.js",
|
||||
"README.md"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -25,6 +25,7 @@ cp README.md $BUILD_DIR/
|
||||
cp LICENSE $BUILD_DIR/
|
||||
cp PATENTS $BUILD_DIR/
|
||||
cp CHANGELOG.md $BUILD_DIR/
|
||||
cp postinstall.js $BUILD_DIR/
|
||||
cp -R lib $BUILD_DIR
|
||||
cp -R bin $BUILD_DIR
|
||||
cp -R public_html $BUILD_DIR
|
||||
|
||||
Reference in New Issue
Block a user