mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2462] Automatic project update after any beta (#3075)
* First try * Fix typo * Fix filename * use https * create pull request with github token * gnu version * clone with token * try example beta 13 * if beta tag only exectute * update other projects * unify script * documentation
This commit is contained in:
@@ -337,6 +337,36 @@ This script test that the update from 2.0.0 to 2.x.x is still smooth
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
./test-e2e-bc
|
||||
```
|
||||
|
||||
***update-project.sh***
|
||||
|
||||
Update an external project and create a PR with last beta of ADF
|
||||
|
||||
## Options
|
||||
|
||||
| Option | Description |
|
||||
| --- | --- |
|
||||
| -n or --name | name of the project |
|
||||
| -gnu | for linux machine |
|
||||
| -t or --token | GITHUB token |
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
./update-project.sh -t YOUR_GITHUB_TOKEN -n NAME_PROJECT
|
||||
```
|
||||
|
||||
# test-e2e-bc.sh
|
||||
|
||||
***test-e2e-bc.sh***
|
||||
|
||||
This script test that the update from 2.0.0 to 2.x.x is still smooth
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
./test-e2e-bc
|
||||
```
|
Reference in New Issue
Block a user