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
st2-packages repo now follows st2 branching strategy. What it means.
The Logic:
Inside st2-packages repo:
pushing to master of st2-packages repo will generate packages based on master of st2
pushing to v1.3 of st2-packages repo will generate packages based on v1.3 of st2
opening PR against master branch of st2-packages repo will use st2master code
opening PR against v1.3 branch of st2-packages repo will use st2v1.3 code
opening PR against any other branch of st2-packages repo will use ST2_GITREV hardcoded version in circle.yml
Inside st2 repo:
pushing to master of st2 repo will generate packages based on master of st2-packages
pushing to v1.3 of st2 repo will generate packages based on v1.3 of st2-packages
note that we don't enable CircleCI Pull Requests in st2 repo yet
Rebuild the Package Manually:
Normally pushing to v1.3 branch for any st2 or st2-packages repos will generate and deploy v1.3 staging packages.
Usually that's enough, but if you want to do that manually without pushing changes, just use CircleCI rebuild:
st2-packages
repo now followsst2
branching strategy. What it means.The Logic:
st2-packages
repo:master
ofst2-packages
repo will generate packages based onmaster
ofst2
v1.3
ofst2-packages
repo will generate packages based onv1.3
ofst2
master
branch ofst2-packages
repo will usest2
master
codev1.3
branch ofst2-packages
repo will usest2
v1.3
codest2-packages
repo will useST2_GITREV
hardcoded version incircle.yml
st2
repo:master
ofst2
repo will generate packages based onmaster
ofst2-packages
v1.3
ofst2
repo will generate packages based onv1.3
ofst2-packages
st2
repo yetRebuild the Package Manually:
Normally pushing to
v1.3
branch for anyst2
orst2-packages
repos will generate and deployv1.3
staging packages.Usually that's enough, but if you want to do that manually without pushing changes, just use CircleCI rebuild:
v1.3
branch builds https://circleci.com/gh/StackStorm/st2-packages/tree/v1.3Rebuild
The text was updated successfully, but these errors were encountered: