This pull request includes updates to the GitHub workflows to automate version bumping and release drafting. The most important changes include adding a push trigger for the version bump workflow and scheduling the draft release workflow to run weekly.
.github/workflows/draft_release.yml: Scheduled the draft release workflow to run every Monday at 10 AM (UTC, Open Question, should we make it to run on a different time? Or more regularly?).
This pull request includes updates to the GitHub workflows to automate version bumping and release drafting. The most important changes include adding a push trigger for the version bump workflow and scheduling the draft release workflow to run weekly.
Updates to GitHub workflows:
.github/workflows/bump_version.yml
: Added a push trigger for themain
branch to automate version bumping..github/workflows/draft_release.yml
: Scheduled the draft release workflow to run every Monday at 10 AM (UTC, Open Question, should we make it to run on a different time? Or more regularly?).