-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from coollabsio/miguelgargallo-patch-1
Miguelgargallo Version updates
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# Pocketbase | ||
# PocketBase at Coolify | ||
> Unofficial [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures. | ||
Unofficial [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures. | ||
<p align="center"> | ||
<a href="https://pocketbase.io" target="_blank" rel="noopener"> | ||
<img src="https://i.imgur.com/5qimnm5.png" alt="PocketBase - open source backend in 1 file" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml" target="_blank" rel="noopener"><img src="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml/badge.svg" alt="build" /></a> | ||
<a href="https://github.com/pocketbase/pocketbase/releases" target="_blank" rel="noopener"><img src="https://img.shields.io/github/release/pocketbase/pocketbase.svg" alt="Latest releases" /></a> | ||
<a href="https://pkg.go.dev/github.com/pocketbase/pocketbase" target="_blank" rel="noopener"><img src="https://godoc.org/github.com/ganigeorgiev/fexpr?status.svg" alt="Go package documentation" /></a> | ||
</p> | ||
|
||
## Release process | ||
1. Change `PB_VERSION=0.12.3` inside [./Dockerfile](./Dockerfile#LL3C5-L3C22). | ||
2. Make a new Github Release. | ||
## <a name="release-process"></a>Release process | ||
1. Propose an update in [Issues](https://github.com/coollabsio/pocketbase/issues). | ||
2. Then changes will be applied `PB_VERSION=0.17.1` inside [Dockerfile](./Dockerfile#LL3C5-L3C22). | ||
3. Wait & Enjoy 🎉. |