Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion product/tagRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,16 @@ php-hello-world \
python-hello-world \
quarkus-quickstarts \
web-nodejs-sample \
ansible-devspaces-demo \
"

# create branches for devspaces samples, located under https://github.com/${samplesRepo}/
for s in $sampleprojects; do
pushBranchAndOrTagGH "$s" ${samplesRepo}
done

# create a branch for ansible-devspaces-demo, located under https://github.com/redhat-developer-demos
pushBranchAndOrTagGH "ansible-devspaces-demo" "redhat-developer-demos"

# update PNC build-configs, only if performing branching operation (not when tagging)
if [[ ${SOURCE_BRANCH} ]]; then
updatePNCBuildConfigs
Expand Down