Skip to content

Commit

Permalink
[devtools week] Update OWNERS file & update release section (devfile#181
Browse files Browse the repository at this point in the history
)

* Update OWNERS file

Signed-off-by: thepetk <thepetk@gmail.com>

* Update release section

Signed-off-by: thepetk <thepetk@gmail.com>

* Remove OWNER

Signed-off-by: thepetk <thepetk@gmail.com>

* Reduce members inside OWNERS file

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk authored Sep 20, 2023
1 parent 7c7d865 commit efff858
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
15 changes: 8 additions & 7 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
approvers:
- amisevsk
- elsony
- kim-tsao
- maysunfaisal
- mik-dass
- yangcao77
- michael-valdron
- thepetk
- feloy
- rm3l

reviewers:
- elsony
- kim-tsao
- maysunfaisal
- yangcao77
- michael-valdron
- thepetk
- feloy
- rm3l
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,21 @@ Issues are tracked in the [devfile/api](https://github.com/devfile/api) repo wit
## Releases
For devfile/library releases, please check the release [page](https://github.com/devfile/library/releases).
The devfile/library releases are created on demand. For existing devfile/library releases, please check the release [page](https://github.com/devfile/library/releases).
### Create a New Release
The steps to create a new release are:
* Create a separate branch for the particular release, for example, `v2.0.x`
* 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
```
* 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
## Contributing
Expand Down

0 comments on commit efff858

Please sign in to comment.