Feature Requests
Completed :latest

Changes to Release mechanism

Releases will be always rolling into main branch , whilst version tags will released every Friday.

Mor explanation and documentation on this soon

1 Comment

Posting anonymously

tigattack·10 months ago
  • Update setup.sh script to discover & use git tags rather than branches

  • Merge current dev into main with PR

  • Re-target existing PRs to main

  • Update workflows (#117)

  • Set up branch protection for main

    • Ensure it can't be pushed to directly

    • Changes must come from a PR where:

      • PR has been reviewed/approved

      • All workflows running against the PR pass successfully

    • These rules can be bypassed in case of emergency

Posting anonymously