Skip to content

Commit

Permalink
testcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherSam66 committed Oct 28, 2022
1 parent 4bcaa39 commit 7525988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func main() {
str := `
GGGG l
GGGG l
GG GG l
GG G l
GG G l
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git commit -m "testcommit"
# master: your branch name
git push origin master
# vXX.XX.XX: your version. your tag
git tag -a v0.3.85 -m "test release"
git tag -a v0.3.86 -m "test release"
# release and push to github & docker.io
# goreleaser release --rm-dist
# only test realase
Expand Down

0 comments on commit 7525988

Please sign in to comment.