releaser: Bump versions for release of 0.50
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 29 Oct 2018 09:51:50 +0000 (09:51 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 29 Oct 2018 09:51:50 +0000 (09:51 +0000)
[ci skip]

docs/config.toml
helpers/hugo.go
snap/snapcraft.yaml

index 98dcf08650544c47005a31e3f28a0c7afba02bf5..04272d252bf9230d197c12a10238c6b24f11cc26 100644 (file)
@@ -69,7 +69,7 @@ twitter = "GoHugoIO"
 [params]
   description = "The world’s fastest framework for building websites"
   ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
-  release = "0.50-DEV"
+  release = "0.50"
   ## Setting this to true will add a "noindex" to *EVERY* page on the site
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)
index b3ded9d5d0bca3b53350c1db095935187325f740..78043850b99794bf64435c122bcb49930f11dd3d 100644 (file)
@@ -127,7 +127,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.50,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 6967b9fc2ef27bad8d27f7d4ea292791c587de4f..b95d7380b6eaac2bb3da0659d7ec649a0ae12c21 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.50-DEV"
+version: "0.50"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is
   optimized for speed, easy use and configurability. Hugo takes a directory
   with content and templates and renders them into a full HTML website.
 confinement: strict
-grade: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
 
 apps:
   hugo: