Skip to content

Commit bfdf93a

Browse files
committed
demo video and release command
1 parent 2f6c3d1 commit bfdf93a

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.gif filter=lfs diff=lfs merge=lfs -text

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When attaching configurations to repositories, you can choose:
8686

8787
## Example
8888

89-
89+
![Demo of gh-security-config generate](images/gh-security-config-demo.gif)
9090

9191
## Development
9292

images/finish.png

-101 KB
Binary file not shown.

images/gh-security-config-demo.gif

Lines changed: 3 additions & 0 deletions
Loading

images/start.png

-212 KB
Binary file not shown.

release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export version=v1.0.0
2+
git tag $version
3+
git push origin $version
4+
GOOS=windows GOARCH=amd64 go build -o gh-language-windows-amd64.exe
5+
GOOS=linux GOARCH=amd64 go build -o gh-language-linux-amd64
6+
GOOS=darwin GOARCH=amd64 go build -o gh-language-darwin-amd64
7+
gh release create $version ./*amd64*

0 commit comments

Comments
 (0)