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

add release github workflow #36

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

Sylensky
Copy link
Member

@Sylensky Sylensky commented Jan 7, 2025

Automate the project workflow by introducing automatic release creation when a tag is pushed to the repository.
When a tag is created with git tag -a <tag> -m "prepare <version>" it will kick the action that builds the project and publishes the release with the binary attached to the release artifacts.

As a suggestion since the tags currently provided are behind the actual firmware version some tags need to be published in advance.

I will do that once this PR and the previous PR's gets merged together with the webhooks introduction.

@Th0MmyS Th0MmyS merged commit a4389a7 into OG-star-tech:beta Jan 29, 2025
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