Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
anconrad committed Apr 9, 2024
1 parent 6e0ad05 commit 28bc5d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.*.*
```
Expand Down

0 comments on commit 28bc5d0

Please sign in to comment.