mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
add equivalent Powershell scripts to ./build so that etcd can be built on Windows
This commit is contained in:
7
scripts/release-version.ps1
Normal file
7
scripts/release-version.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
$VER=(git describe --tags HEAD)
|
||||
|
||||
@"
|
||||
package main
|
||||
const releaseVersion = "$VER"
|
||||
"@
|
||||
Reference in New Issue
Block a user