forked from cloudron-apps/gitea-app
Fix post install
This commit is contained in:
parent
818de6ec72
commit
fbdaf85a7e
2 changed files with 5 additions and 2 deletions
|
@ -70,3 +70,6 @@
|
|||
[0.13.4]
|
||||
* Add post install message
|
||||
|
||||
[0.13.5]
|
||||
* Fix post install message
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gogs developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
|
@ -32,5 +32,5 @@
|
|||
],
|
||||
"tags": [ "version control", "git", "code hosting", "development" ],
|
||||
"changelog": "file://CHANGELOG",
|
||||
"postInstallMessage": "POSTINSTALL.md"
|
||||
"postInstallMessage": "file://POSTINSTALL.md"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue