Skip to content

Commit

Permalink
Add push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 21, 2019
1 parent 2a1711b commit 9cc3aad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build/push-new-tag.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$ver = [regex]::Match((Get-Content ../BTCPayServer.Vault/BTCPayServer.Vault.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "Vault/v$ver" -m "Vault/v$ver"
git push origin "Vault/v$ver"

0 comments on commit 9cc3aad

Please sign in to comment.