Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant