diff --git a/.github/workflows/periphery.yml b/.github/workflows/periphery.yml deleted file mode 100644 index b645c49..0000000 --- a/.github/workflows/periphery.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: periphery - -on: - pull_request: - paths: - - '**/*.swift' - -jobs: - periphery-scan: - runs-on: macos-13 - steps: - - uses: actions/checkout@v1 - - name: Set up Homebrew - id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master - - name: Install periphery - run: | - brew install peripheryapp/periphery/periphery - - name: Scan for unused code - run: | - periphery scan diff --git a/Documentation/branching_model.md b/Documentation/branching_model.md index 21484dd..024f996 100644 --- a/Documentation/branching_model.md +++ b/Documentation/branching_model.md @@ -1,6 +1,6 @@ # Gen IR Branching Model -![Branching Model](images/branching_model.png) +![Branching Model](images/branching_model.svg) Gen IR uses the [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) branching model. This model is tried, tested, and has remained so over 10+ years for a project of this type. diff --git a/Documentation/images/branching_model.svg b/Documentation/images/branching_model.svg new file mode 100644 index 0000000..446ec5f --- /dev/null +++ b/Documentation/images/branching_model.svg @@ -0,0 +1,4 @@ + + + +
0.4.3
0.4...
main
main
0.5.0
0.5...
develop
develop
0.4.4
0.4...
feature branch 1
feature branch 1
feature branch 2
feature branch 2
0.4.4-alpha
0.4...
0.4.4-alpha.1
0.4...
0.5.0-alpha
0.5...
Text is not SVG - cannot display
\ No newline at end of file