Skip to content

Commit

Permalink
ci: Automate the release workflow to run each week with a patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 5, 2024
1 parent c92327b commit 4a5081a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 4a5081a

Please sign in to comment.