diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5185fbed..f78bdcc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ contribution. See the [DCO](./DCO) file for details. The following are required to work on devfile library: - Git -- Go 1.15 or later +- Go 1.18 or later ## Code of Conduct Before contributing to this repository, see [contributor code of conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct) @@ -69,6 +69,6 @@ Running the script with no arguments will default to update the latest devfile v ### Releases -Currently devfile library does not have schedule for new releases. A new version is being generated and released on demand. +Currently devfile library publish new releases annually. A new version can also be generated and released on demand. A new branch is expected to be created for a new release. To generate a changelog for a new release, execute `./scripts/changelog-script.sh v2.x.y` for all the changes since the release v2.x.y diff --git a/README.md b/README.md index a7e9b9a9..3bf085e5 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Issues are tracked in the [devfile/api](https://github.com/devfile/api) repo wit ## 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). +The devfile/library releases are created annually or on demand. For existing devfile/library releases, please check the release [page](https://github.com/devfile/library/releases). ### Create a New Release