mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-15 01:06:24 +00:00
Update release process for stable releases
This commit is contained in:
14
.github/workflows/README.md
vendored
14
.github/workflows/README.md
vendored
@ -1,4 +1,4 @@
|
||||
# GitHub actions workflow for MeiliDB
|
||||
# GitHub Actions Workflow for MeiliSearch
|
||||
|
||||
> **Note:**
|
||||
|
||||
@ -6,12 +6,14 @@
|
||||
|
||||
## Workflow
|
||||
|
||||
- On each pull request, we are triggering `cargo test`.
|
||||
- On each tag, we are building:
|
||||
- the tagged docker image
|
||||
- On each pull request, we trigger `cargo test`.
|
||||
- On each tag, we build:
|
||||
- the tagged Docker image and publish it to Docker Hub
|
||||
- the binaries for MacOS, Ubuntu, and Windows
|
||||
- the debian package
|
||||
- On each stable release, we are build the latest docker image.
|
||||
- the Debian package
|
||||
- On each stable release (`v*.*.*` tag):
|
||||
- we build the `latest` Docker image and publish it to Docker Hub
|
||||
- we publish the binary to Hombrew and Gemfury
|
||||
|
||||
## Problems
|
||||
|
||||
|
Reference in New Issue
Block a user