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

tweak release workflow #490

Merged
merged 1 commit into from
Oct 22, 2024
Merged

tweak release workflow #490

merged 1 commit into from
Oct 22, 2024

Conversation

cfbao
Copy link
Member

@cfbao cfbao commented Oct 22, 2024

  • We never published a release automatically, and I don't think we ever should.
    We need to manually edit and review the release, and test the to-be-released binaries (as opposed to testing binaries built from another CI run or even locally).
    So I've changed the workflow to keep (non-pre-)releases as draft.

  • I'd like prereleases to all look like prereleases.
    The current process doesn't enforce that you must include words like "preview", "beta" when you publish a prerelease. This can be confusing. I've made the workflow auto append "-preview-{datetime}" to the version/tag name for prereleases.

@github-actions github-actions bot added area/github-actions size/XS A very small PR - good job! labels Oct 22, 2024
@cfbao cfbao changed the title don't auto publish releases tweak release workflow Oct 22, 2024
@github-actions github-actions bot added size/S A small PR. and removed size/XS A very small PR - good job! labels Oct 22, 2024
@cfbao cfbao marked this pull request as ready for review October 22, 2024 16:41
@cfbao cfbao requested a review from a team as a code owner October 22, 2024 16:41
@cfbao cfbao merged commit 9b414bb into main Oct 22, 2024
14 checks passed
@cfbao cfbao deleted the no-auto-publish branch October 22, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants