Skip to content

Commit

Permalink
update documentation (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick authored Aug 19, 2024
1 parent 9140edd commit 7750a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7750a90

Please sign in to comment.