-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
* ci(release): fix wrong command * ci(release): add git email and username * v7.0.0 * ci(cache): add webcomponents and react to cache * v7.0.1 Co-authored-by: Lumi <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,14 @@ jobs: | |
key: h5p-server-modules-cache-{{ checksum "packages/h5p-server/package-lock.json" }} | ||
paths: | ||
- ./packages/h5p-server/node_modules | ||
- save_cache: | ||
key: h5p-webcomponents-modules-cache-{{ checksum "packages/h5p-webcomponents/package-lock.json" }} | ||
paths: | ||
- ./packages/h5p-webcomponents/node_modules | ||
- save_cache: | ||
key: h5p-react-modules-cache-{{ checksum "packages/h5p-react/package-lock.json" }} | ||
paths: | ||
- ./packages/h5p-react/node_modules | ||
- save_cache: | ||
key: h5p-core-cache-{{ checksum "scripts/install.sh" }} | ||
paths: | ||
|
@@ -65,6 +73,10 @@ jobs: | |
- packages/h5p-mongos3/build | ||
- packages/h5p-server/node_modules | ||
- packages/h5p-server/build | ||
- packages/h5p-webcomponents/node_modules | ||
- packages/h5p-webcomponents/build | ||
- packages/h5p-react/node_modules | ||
- packages/h5p-react/build | ||
|
||
lint: | ||
docker: | ||
|
@@ -150,9 +162,12 @@ jobs: | |
at: . | ||
- coveralls/upload: | ||
parallel_finished: true | ||
- run: | ||
name: config git | ||
command: git config --global user.email "[email protected]" && git config --global user.name "Lumi" | ||
- run: | ||
name: release | ||
command: npx lerna version -y --conventional-commit --create-release github && npx lerna publish -y from-package | ||
command: npx lerna version -y --conventional-commits --create-release github && npx lerna publish -y from-package | ||
|
||
workflows: | ||
version: 2 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-monorepo | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency aws-sdk to v2.845.0 ([7688aea](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7688aea73f56c4f7ade36596e02b341f71badeec)) | ||
* **deps:** update dependency mongodb to v3.6.4 ([#1056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1056)) ([412c00a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/412c00ad37d4b48cc0a58ee17d43f0bf42f07344)) | ||
* **deps:** update dependency react to v16.14.0 ([#1057](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1057)) ([09cec79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/09cec79d2e575ed38c9dec284cefd5003306d04f)) | ||
* **h5p-server:** missing translations when language was not found ([#1063](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1063)) ([5bc9976](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5bc9976928cdba441f32c4392b2dfe3642b95abc)) |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "7.0.0-alpha.1" | ||
"version": "7.0.1" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-examples | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-examples |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-express | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-express |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-html-exporter | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-html-exporter |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-mongos3 | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency aws-sdk to v2.845.0 ([7688aea](https://github.com/Lumieducation/H5P-Nodejs-library/commit/7688aea73f56c4f7ade36596e02b341f71badeec)) | ||
* **deps:** update dependency mongodb to v3.6.4 ([#1056](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1056)) ([412c00a](https://github.com/Lumieducation/H5P-Nodejs-library/commit/412c00ad37d4b48cc0a58ee17d43f0bf42f07344)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-react | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency react to v16.14.0 ([#1057](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1057)) ([09cec79](https://github.com/Lumieducation/H5P-Nodejs-library/commit/09cec79d2e575ed38c9dec284cefd5003306d04f)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-server | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/H5P-Nodejs-library/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **h5p-server:** missing translations when language was not found ([#1063](https://github.com/Lumieducation/H5P-Nodejs-library/issues/1063)) ([5bc9976](https://github.com/Lumieducation/H5P-Nodejs-library/commit/5bc9976928cdba441f32c4392b2dfe3642b95abc)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.1](https://github.com/Lumieducation/h5p-webcomponents/compare/v7.0.0...v7.0.1) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-webcomponents | ||
|
||
|
||
|
||
|
||
|
||
# [7.0.0](https://github.com/Lumieducation/h5p-webcomponents/compare/v6.2.0...v7.0.0) (2021-02-18) | ||
|
||
**Note:** Version bump only for package @lumieducation/h5p-webcomponents |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.