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

ci: Add automated release workflow #1449

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

ci: Add automated release workflow #1449

wants to merge 1 commit into from

Conversation

Histalek
Copy link
Member

@Histalek Histalek commented Mar 3, 2024

This is a first draft (with an absolutely horrendous implementation) of automating our release steps after a PR with a release/* label has been merged to the release branch.

Outstanding TODOs:

  • I 100% need to implement this with some proper file templating and double check all if-conditions. This is a garbled mess (but probably somehow functional ...)

  • add the actual release tagging to this as well

  • document the new release process

This is a highly WIP PR and mostly intended to get some more eyes on this.

This is a first draft (with an absolutely horrendous implementation) of
automating our release steps after a PR with a `release/*` label has
been merged to the `release` branch.

Outstanding TODOs:

- I 100% need to implement this with some proper file templating and
double check all if-conditions. This is a garbled mess (but probably
somehow functional ...)

- add the actual release tagging to this as well

- document the new release process
@Histalek Histalek self-assigned this Mar 3, 2024
Copy link
Contributor

@ZenBre4ker ZenBre4ker left a comment

Choose a reason for hiding this comment

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

General workflow looks good. No idea about syntax or the actions used, but beside the manual file editing it looks good.

We could probably add a steam account in secrets and also auto publish on merge of a release pr?

.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
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.

2 participants