diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35639a77..f4205c30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Executing `./scripts/updateApi.sh` fetches the latest `github.com/devfile/api` g The script also accepts a version number as an argument to update the devfile schema for a specific devfile version. For example, running the following command will update the devfile schema for 2.0.0 ``` -./updateApi.sh 2.0.0 +./scripts/updateApi.sh 2.0.0 ``` Running the script with no arguments will default to update the latest devfile version. diff --git a/README.md b/README.md index 85bf9fba..5fe33be4 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ The steps to create a new release are: * Run this [script](https://github.com/devfile/library/blob/main/scripts/changelog-script.sh) to generate release changelog. ```bash # generate a changelog for all the changes since release v2.0.0 -./changelog-script.sh v2.0.0 +./scripts/changelog-script.sh v2.0.0 ``` * Create a new release [here](https://github.com/devfile/library/releases/new) with a new tag (having the same name with the above branch - e.g. `v2.0.x`) and copy the generated changelog to the details