Compare commits
2 Commits
e084663f19
...
86647034c8
| Author | SHA1 | Date | |
|---|---|---|---|
| 86647034c8 | |||
| 01e2d404fb |
@@ -7,7 +7,7 @@
|
||||
"npm": false,
|
||||
"hooks": {
|
||||
"after:bump": "echo Version bumped to ${version}",
|
||||
"after:release": "echo SUCCESSFULLY RELEASED: v${version} > test.log"
|
||||
"after:release": "node ./scripts/create-gitea-release.js ${version}"
|
||||
|
||||
},
|
||||
"github": false,
|
||||
@@ -28,6 +28,7 @@
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"package.json"
|
||||
"package.json",
|
||||
"CHANGELOG.md"
|
||||
]
|
||||
}
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Welcome to lst backend where all the fun happens.")
|
||||
fmt.Println("Welcome to lst backend where all the fun happens")
|
||||
r := gin.Default()
|
||||
|
||||
r.GET("/", errorLoc)
|
||||
|
||||
Reference in New Issue
Block a user