From 28bc5d09213954cfeb295fa1751c0da238897a80 Mon Sep 17 00:00:00 2001 From: Andreas Conrad Date: Tue, 9 Apr 2024 15:11:52 +0200 Subject: [PATCH] release test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d6c77e..1312892 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Releases are named after the SeaTable version they're based on. The `latest` tag 3. All files in the 'compose/' directory will be uploaded to the release as a tarball (`seatable-compose.tar.gz`), and the release will be tagged with the version number from the git tag. ```bash +git tag prerelease-v*.*.* +git push origin prerelease-v*.*.* +### git tag release-v*.*.* git push origin release-v*.*.* ```