Fix post install
This commit is contained in:
parent
818de6ec72
commit
fbdaf85a7e
|
@ -70,3 +70,6 @@
|
||||||
[0.13.4]
|
[0.13.4]
|
||||||
* Add post install message
|
* Add post install message
|
||||||
|
|
||||||
|
[0.13.5]
|
||||||
|
* Fix post install message
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.13.4",
|
"version": "0.13.5",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -32,5 +32,5 @@
|
||||||
],
|
],
|
||||||
"tags": [ "version control", "git", "code hosting", "development" ],
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"postInstallMessage": "POSTINSTALL.md"
|
"postInstallMessage": "file://POSTINSTALL.md"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue