Skip to content

Final Relase Version 1.0 #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions doc/dev-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ As a developer, you are strongly encouraged to write sufficient tests and add th
24.1. Test CI
-------------

Automated CI tests are triggered on:
On pushing to the ``current-release`` branch, current-release`s test-containers will
be run and tests executed within.

``git push --set-upstream origin current-release``
An authenticated maintainer must ensure to push the relevant images to ``ghcr.io/webcodex1/``
before pushing to the ``current-release`` branch by:

This happens when pushing to the **current-release** branch.
.. code-block:: bash

git branch current-release
git checkout current-release
git push --set-upstream origin current-release

Once the tests pass, a snapshot of the branch will be created and named:

Expand Down