Skip to content

Commit

Permalink
test semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-adawi committed Jul 14, 2024
1 parent 6d522cb commit a925154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
branches:
- main
- main
- gin-server
2 changes: 1 addition & 1 deletion web.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ func init(){
func runWebServer() {
err := router.Run("localhost:8080")
handleInitError(err)
}
}

0 comments on commit a925154

Please sign in to comment.