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

Implement GitHub Actions Workflow for Releases #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

justinh-rahb
Copy link
Contributor

@justinh-rahb justinh-rahb commented Feb 15, 2024

Screenshot 2024-02-15 at 9 27 38 AM

This PR introduces a new GitHub Actions workflow aimed at automating the process of building and releasing ollama-webui-lite.

Key Changes:

  • Automated build and packaging of the ollama-webui-lite project into .zip and .tar.gz formats.
  • Automated creation of a GitHub release with a detailed and formatted release message and installation instructions.
  • Direct uploading of build artifacts to the newly created release, making them readily available for download by users.

Addresses:

How to use:

Just tag a commit and push:

git tag -a v0.0.10 -m "v0.0.10" && git push origin v0.0.10

Screenshot 2024-02-15 at 9 28 27 AM

Things you may want to modify first:

  • Release message title and body
  • the draft and prerelease settings

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.

None yet

1 participant