Skip to content
Rose Pezzuti Dyer edited this page Dec 23, 2024 · 4 revisions

This is UCWS's fork of https://github.com/composer/satis.

Visibility

This repo is public because it is a fork of a public repo. It is not possible to make it private.

Synching this fork

Use the "Sync fork" tool to bring updates from composer/satis:main into uchicago-its-web-services/satis:main.

Branching strategy

The original repo composer/satis:main may not have all the security updates we would like. For that reason we have additional branches and releases.

  • ws-dev: Before making security updates, pull in updates from composer/satis:main. Commit security updates.
  • ws-main: This is our main branch. Merge in updates here from ws-dev with a pull request. By setting ws-main as the default branch, Dependabot in this repo will refer to it for alerts.
  • Create tags from ws-main with the naming convention 'yyyymmdd'. And make a release. Use the tag name for our package app's composer.json:
"require": {
        "composer/satis": "20241220"
}
Clone this wiki locally