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

"Stateless" release automation #24

Merged
merged 2 commits into from
Dec 9, 2024
Merged

"Stateless" release automation #24

merged 2 commits into from
Dec 9, 2024

Conversation

pklaschka
Copy link
Member

@pklaschka pklaschka commented Dec 9, 2024

With this, releases (and publishing) are triggered automatically based on the push of a tag (e.g., by creating a release in the GitHub UI).

Version-specific strings get replaced automatically, so a release doesn't require any additional commits. With this, releases can, essentially, be "put" (as a tag) on any commit, without having to worry about updating version numbers everywhere.

This follows the convention described in https://semantic-release.gitbook.io/semantic-release/support/faq#making-commits-during-the-release-process-adds-significant-complexity

With this, releases (and publishing) are triggered automatically based
on the push of a tag (e.g., by creating a release in the GitHub UI).

Version-specific strings get replaced automatically, so a release doesn't
require any additional commits. With this, releases can, essentially, be
"put" (as a tag) on any commit, without having to worry about updating version
numbers everywhere.
@Copilot Copilot bot review requested due to automatic review settings December 9, 2024 13:18
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 suggestion.

Files not reviewed (1)
  • .github/workflows/publish-jsr.yml: Language not supported

.github/workflows/release.yml Outdated Show resolved Hide resolved
@pklaschka pklaschka self-assigned this Dec 9, 2024
@pklaschka pklaschka added 🚀 deployment Pull request updating the pipeline 🏃 github_actions Pull requests that update Github_actions code labels Dec 9, 2024
@pklaschka pklaschka merged commit ce17dd5 into main Dec 9, 2024
3 checks passed
@pklaschka pklaschka deleted the release-automation branch December 9, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 deployment Pull request updating the pipeline 🏃 github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant