Add CHANGELOG and adopt new release workflow

In development, the version now has +dev suffix indicates it is not a binary release.
This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-02-18 12:31:08 +08:00
parent 4d83fd4238
commit 317bca1008
6 changed files with 45 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ import (
"gogs.io/gogs/internal/setting"
)
const Version = "0.11.97.1209"
const Version = "0.12.0+dev"
func init() {
setting.AppVer = Version