--- include: - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/workflow.yml - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/find-next-release.yml - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/gitlab/recommended.yml - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/semantic-release.yml - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/generic.yaml - remote: https://jobs.just-ci.dev/v6.27.0/project-automation/tbump.yml tbump: extends: - .release:rules needs: - find-next-release tbump:dry-run: stage: test extends: tbump variables: TBUMP_NEXT_VERSION: 99.99.99 needs: [] artifacts: null # So we don't interfere with subsequent jobs rules: - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH exists: - tbump.toml - pyproject.toml