diff --git a/actions/st2_prep_release_for_st2.sh b/actions/st2_prep_release_for_st2.sh index ca4c0965..e5d664b4 100644 --- a/actions/st2_prep_release_for_st2.sh +++ b/actions/st2_prep_release_for_st2.sh @@ -77,6 +77,12 @@ git checkout -b ${BRANCH} origin/master COMMON_INIT_FILES=( "st2common/st2common/__init__.py" "st2client/st2client/__init__.py" + "st2actions/st2actions/__init__.py" + "st2api/st2api/__init__.py" + "st2auth/st2auth/__init__.py" + "st2debug/st2debug/__init__.py" + "st2reactor/st2reactor/__init__.py" + "st2stream/st2stream/__init__.py" ) # Add all the runners