File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Release Instructions
2
2
3
- The AppWrapper project release process is driven via GitHub actions.
4
3
5
- To make a release, create a new release tag (vX.Y.Z) and push the
4
+ 1 . Submit a housekeeping PR that does the following:
5
+ + Update the AppWrapper version number in the installation section of [ README.md] ( ../README.md#Installation ) .
6
+ + Update the ` appwrapper_version ` and ` kueue_version ` variables in [ _ config.yaml] ( ../site/_config.yaml ) .
7
+
8
+ 2 . After merging the PR, create a new release tag (vX.Y.Z) and push the
6
9
tag to the main branch. This will trigger the ` release ` workflow which
7
10
will:
8
11
+ build, tag, and push images to [ quay.io/ibm/appwrapper] ( https://quay.io/repository/ibm/appwrapper )
9
12
+ generate the install.yaml for the release
10
13
+ create a [ GitHub release] ( https://github.com/project-codeflare/appwrapper/releases ) that contains the install.yaml
11
-
12
- After the automated release process completes, do a followup PR containing the
13
- following updates to the main README and project website:
14
- + Update the AppWrapper version number in the installation section of [ README.md] ( ../README.md#Installation ) .
15
- + Update the ` appwrapper_version ` and ` kueue_version ` variables in [ _ config.yaml] ( ../site/_config.yaml ) .
You can’t perform that action at this time.
0 commit comments