You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Releases are available on [GitHub](https://github.com/devfile/registry-operator/
23
23
24
24
For more updates on releases, please join our [communication channels](https://devfile.io/docs/2.2.2/community#getting-involved).
25
25
26
+
## Preparing Releases
27
+
A script has been created to make the release process more efficient. This script takes care of all changes to version numbers in all necessary files. Additionally this script opens the initial PR to devfile/registry-operator. The release engineer will be responsible for running this script with the instructions below.
28
+
29
+
1. Navigate to main branch of your forked registry-operator repository.
30
+
2. Run `make release new-version=x.x.x` where x.x.x is the version you are trying to cut.
31
+
3. Edit the PR opened by the script on devfile/registry-operator to include a proper description.
32
+
26
33
## Issue Tracking
27
34
28
35
Issue tracking repo: https://github.com/devfile/api with label area/registry
0 commit comments