Skip to content
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

feat: workflow for automatic (scheduled) releases #867

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

subzero10
Copy link
Member

Status

READY

Description

Fixes: #861
A new workflow that enables scheduled releases every Monday. It re-uses both the CI and Publish worfklows.

@subzero10 subzero10 self-assigned this Sep 6, 2022
@subzero10
Copy link
Member Author

I noticed some exciting features added to Github Actions while working on this:

  • We no longer need to repeat secrets for reusable workflows, this was not the case until a few months ago! Now, this is easily done with the inherit value.
  • We no longer need to reference reusable workflows with the full syntax (octo-org/example-repo/.github/workflows/reusable-workflow.yml@main).

I hope both of these changes work as expected 🤞

joshuap
joshuap previously approved these changes Sep 8, 2022
Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic Scheduled Releases
2 participants