Use same convention as other preexisting tags in our repo

This commit is contained in:
Manav Rathi 2024-05-03 11:08:06 +05:30
parent d68e607d4a
commit 5d0e62cf5f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -17,8 +17,8 @@ name: "Release (auth)"
# We use a suffix like `-test` to indicate that these are test tags, and that # We use a suffix like `-test` to indicate that these are test tags, and that
# they belong to a pre-release. # they belong to a pre-release.
# #
# If you need to do multiple tests, add a +x at the end of the tag. e.g. # If you need to do multiple tests, add a .x at the end of the tag. e.g.
# `auth-v1.2.3-test+1`. # `auth-v1.2.3-test.1`.
# #
# Once the testing is done, also delete the tag(s) please. # Once the testing is done, also delete the tag(s) please.

View file

@ -1,6 +1,6 @@
{ {
"name": "ente", "name": "ente",
"version": "1.7.0-beta+0", "version": "1.7.0-beta.0",
"private": true, "private": true,
"description": "Desktop client for Ente Photos", "description": "Desktop client for Ente Photos",
"author": "Ente <code@ente.io>", "author": "Ente <code@ente.io>",