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
.github/workflows - for build/push image in main branch and for tests in patch of specific branch version
Makefile
README
config/manager/kustomization.yaml
config/samples/config.yaml
config/samples/kustomization.yaml
daemon/Makefile
daemon/dockerfiles/Dockerfile.kbuilder
connection-check/concheck.yaml
controllers/vars/vars.go - for default multi-nicd image
We must have a file VERSION to keep the current version.
Then, we would like to have a script to update the version and edit the above files with a single command like make set-version.
The text was updated successfully, but these errors were encountered:
sunya-ch
changed the title
make target for increase version
add a make target with script to increase version in corresponding files
Feb 4, 2025
sunya-ch
changed the title
add a make target with script to increase version in corresponding files
add a make target with script to set version in corresponding files
Feb 4, 2025
Currently we manually increase the version on main.
Example PRs for increment of v1.2.4:
These PRs include changes in
We must have a file VERSION to keep the current version.
Then, we would like to have a script to update the version and edit the above files with a single command like
make set-version
.The text was updated successfully, but these errors were encountered: