Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Ensure-Tag

Creates and pushes a tag to a git repository.

Script usage:

Git::Ensure-Tag(
	Tag: <text>,
	[Commit: <text>],
	[Force: <true/false>],
	[From: <text>],
	[UserName: <text>],
	[Password: <text>],
	[RepositoryUrl: <text>]
);

Arguments:

NameFormatScript UsageUsage Notes
Tag (default)
text
Tag
This argument is required.
Commit
text
Commit
Default value is "$Commit".
Force (overwrite)
true/false
Force
Repository connection
text
From
Default value is "$Repository".
User name
text
UserName
Value note: "Username from repository connection".
Password
text
Password
Value note: "Password from repository connection".
Repository URL
text
RepositoryUrl
Value note: "Repository URL from repository connection".