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 dev release workflow #6

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Add dev release workflow #6

merged 3 commits into from
Aug 26, 2024

Conversation

inFocus7
Copy link
Contributor

@inFocus7 inFocus7 commented Aug 26, 2024

Add a dev release workflow to allow for manual dispatch of release using a custom name (dev-$BRANCH-$COMMIT) so it doesn't interfere with official releases.

This is similar to solo-project's dev release naming, except there there exists a changelog/ folder with versions, where dev releases are named $latest_minor_version_based_on_changelog_folder-$BRANCH-$COMMIT. Since this didn't exist here, I simplified to using dev.

Ideally we'd condense this + the existing release workflow since there is some duplication, but I'm just adding this is a nice-to-have for other ongoing work so I didn't delve too deep into condensing workflows. I added a line in the README regarding this.

@inFocus7 inFocus7 marked this pull request as ready for review August 26, 2024 19:09
@inFocus7
Copy link
Contributor Author

Created an issue for adding a cleanup workflow: #7

@inFocus7 inFocus7 merged commit 80aaae6 into main Aug 26, 2024
4 checks passed
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