forked from cloudron-apps/gitea-app
Version 1.5.4
This commit is contained in:
parent
3eb57f2c07
commit
6e1f363b88
2 changed files with 3 additions and 1 deletions
|
@ -151,3 +151,5 @@
|
|||
* Fix code tab link when viewing tags (#3908) (#4263)
|
||||
* Fix webhook type conflation (#4285) (#4285)
|
||||
|
||||
[1.5.4]
|
||||
* Allow customization using gitea's custom data directory
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in a new issue