releaser: Prepare repository for 0.90.0-DEV vanilla/release-0.89.3
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 15 Nov 2021 12:56:41 +0000 (12:56 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 15 Nov 2021 12:56:41 +0000 (12:56 +0000)
[ci skip]

common/hugo/version_current.go
snap/snapcraft.yaml
temp/0.89.3-relnotes-ready.md [deleted file]

index aa45a31b881781f975db8b9a1f4243ae9441a4d0..d07a3ce9e40ca5cab1479fa6a625f383b4048537 100644 (file)
@@ -16,7 +16,7 @@ package hugo
 // CurrentVersion represents the current build version.
 // This should be the only one.
 var CurrentVersion = Version{
-       Number:     0.89,
-       PatchLevel: 3,
-       Suffix:     "",
+       Number:     0.90,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 09dc915a2da6048bcbe55bdf581b0926a8abbd2d..fa9605949fefc40dd59bd612a89b35d5999cb550 100644 (file)
@@ -8,7 +8,7 @@ description: |
 license: "Apache-2.0"
 base: core20
 confinement: strict
-grade: stable # "devel" or "stable"
+grade: devel # "devel" or "stable"
 
 package-repositories:
   - type: apt
diff --git a/temp/0.89.3-relnotes-ready.md b/temp/0.89.3-relnotes-ready.md
deleted file mode 100644 (file)
index 40b15ce..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Improve error when we cannot determine content directory in "hugo new" [b8155452](https://github.com/gohugoio/hugo/commit/b8155452ac699473b6b2a34f53988dee01b4da34) [@bep](https://github.com/bep) [#9166](https://github.com/gohugoio/hugo/issues/9166)
-* deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4 [08552a7a](https://github.com/gohugoio/hugo/commit/08552a7a4cd1fe64efdd2f1b95142fa4295cb298) [@jmooring](https://github.com/jmooring) [#9159](https://github.com/gohugoio/hugo/issues/9159)
-* commands: Make sure pollInterval is always set [fdad91fd](https://github.com/gohugoio/hugo/commit/fdad91fd96bc4636bf3a957cdddce18b66473124) [@bep](https://github.com/bep) [#9165](https://github.com/gohugoio/hugo/issues/9165)
-* create: Improve archetype directory discovery and tests [5f3f6089](https://github.com/gohugoio/hugo/commit/5f3f60898cfe1c087841ec1fbd5ddc2916d0a2c6) [@bep](https://github.com/bep) [#9146](https://github.com/gohugoio/hugo/issues/9146)
-* create: Add a log statement when archetype is a directory [057d02de](https://github.com/gohugoio/hugo/commit/057d02de256a3866b7044abaa4d03c69d9fedef0) [@bep](https://github.com/bep) [#9157](https://github.com/gohugoio/hugo/issues/9157)
-* create: Always print "Content ... created" [43ac59da](https://github.com/gohugoio/hugo/commit/43ac59da850901cc848b35129ca7223f9f9a9b19) [@bep](https://github.com/bep) [#9157](https://github.com/gohugoio/hugo/issues/9157)
-* commands: Fix missing file locking in server partial render [ab5c6990](https://github.com/gohugoio/hugo/commit/ab5c6990a55cbb11d97f857b4619b83fddda3d18) [@bep](https://github.com/bep) [#9162](https://github.com/gohugoio/hugo/issues/9162)
-* modules: Improve error message [9369d13e](https://github.com/gohugoio/hugo/commit/9369d13e59ffac262944477fad3dcd2742d66288) [@davidsneighbour](https://github.com/davidsneighbour) 
-
-
-