From 4a5081a3f12e527ab6945c52478a2a55b8515370 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Thu, 5 Sep 2024 09:46:08 -0700 Subject: [PATCH] ci: Automate the release workflow to run each week with a patch release --- .github/workflows/package-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 7382b45a..881da477 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -12,6 +12,8 @@ on: minor for backward compatible larger changes, major for non-backward compatible changes. options: [patch, minor, major] + schedule: + - cron: 0 16 * * 2 concurrency: group: pypi jobs: @@ -23,7 +25,7 @@ jobs: build-and-publish-python-package: false commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }} commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }} - release-level: ${{ inputs.release-level }} + release-level: ${{ inputs.release-level || 'patch' }} previous-changelog-filepath: python_semantic_release_templates/.previous_changelog_for_template.md previous-release-notes-filepath: python_semantic_release_templates/.previous_release_notes_for_template.md permissions: