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
Use the cow-compare command to determine what modules need new tags. If the compare is empty or includes only non-functional changes, use current tag. See open PR to merge this script into core cow functionality.
Security release checklist
Planning
Preparation
Start ~1 week before intended release date
Execution
Push all affected public repositories to their respective private security repositories (e.g.
git pull origin 4 && git push security 4
).Review each pull request in the security repositories. Check that after syncing, there are:
Merge each pull request once the above criteria are met
Wait for builds to go green
When green, push security upstreams to their respective public repositories
I understand that the security issues have now been publicly disclosed
Merge up minor release branches and push directly to origin
$ cow release:create [version] silverstripe/installer
$ cow release:plan [version] silverstripe/installer
Use the cow-compare command to determine what modules need new tags. If the compare is empty or includes only non-functional changes, use current tag. See open PR to merge this script into core cow functionality.
$ cow release:branch [version] silverstripe/installer
$ cow release:translate [version] silverstripe/installer
$ cow release:changelog [version] silverstripe/installer
Smoke test release by running release webroot in localhost or VM
cow release:tag [version] silverstripe/installer
Publication
The text was updated successfully, but these errors were encountered: