Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Add further detail to git tag text
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjri committed Jan 22, 2024
1 parent d13d655 commit d4636db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const getFormSchema = (
type: "null",
title: "Trigger Versions With Git Tags",
description:
"If an authorized user pushes a tag that matches a specific regex, then a version will be created from this alias.",
"If an authorized user pushes a tag that matches a specific regex, then a version will be created from this alias. Note that project admins are not authorized by default; they must explicitly be given this permission.",
},
gitTagVersionsEnabled: {
type: ["boolean", "null"],
Expand Down

0 comments on commit d4636db

Please sign in to comment.