We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04504f7 commit 0e972e6Copy full SHA for 0e972e6
.github/workflows/build.yml
@@ -205,4 +205,4 @@ jobs:
205
git tag -a $TAG -m "Release $TAG"
206
git push origin $TAG
207
# create the release and attach the artifact (gh CLI)
208
- gh release create $TAG --generate-notes release/*
+ gh release create $TAG --generate-notes sqlrsync-*/sqlrsync-*
client/main.go
@@ -15,7 +15,7 @@ import (
15
"github.com/sqlrsync/sqlrsync.com/sync"
16
)
17
18
-var VERSION = "0.0.3"
+var VERSION = "0.0.4"
19
var (
20
serverURL string
21
verbose bool
0 commit comments