releaser: Prepare repository for 0.93.0-DEV vanilla/release-0.92.2
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Fri, 11 Feb 2022 14:54:18 +0000 (14:54 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Fri, 11 Feb 2022 14:54:18 +0000 (14:54 +0000)
[ci skip]

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

index 6c22794b179f81695348940a85da560f179e3193..69ed0d8b7c63cac6ecbae029c39911932ab85730 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.92,
-       PatchLevel: 2,
-       Suffix:     "",
+       Number:     0.93,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 045a3662ee2e9854d4ccd1ab231c3611d2f491f8..bb11afc7233c0d159191ba972c51bf6da82d7a1b 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.92.2-relnotes-ready.md b/temp/0.92.2-relnotes-ready.md
deleted file mode 100644 (file)
index 7e3e612..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Add HUGO_ENV to the os/exec environment 4f4cec73 [@jmooring](https://github.com/jmooring) #9490 
-* Simplify some integration tests da4866c2 [@bep](https://github.com/bep) 
-* Fix validation of Page Kind in cascade target map d1109f59 [@jmooring](https://github.com/jmooring) #8888 
-* Add another cascade benchmark a7d182ce [@bep](https://github.com/bep) 
-* commands: Fix server deadlock on config error a2a660ed [@bep](https://github.com/bep) #9486 
-* Exclude event attributes when rendering markdown f7bc4cc5 [@jmooring](https://github.com/jmooring) #9463 
-* Remove the "check" command 54f8d8a7 [@jmooring](https://github.com/jmooring) #9454 
-* Update the application/javascript media type 3036d0ac [@jmooring](https://github.com/jmooring) #9483 
-* tpl/templates: Fix templates.Exist issue with base templates 6a238a72 [@bep](https://github.com/bep) #9477 
-* Add a migration test helper f60714b5 [@bep](https://github.com/bep) 
-* babel: Port integration tests to their own package 215a715d [@bep](https://github.com/bep) 
-* js: Port integration tests to its own package d128d260 [@bep](https://github.com/bep) 
-* postcss: Move integration test to its own package c4aaf1d5 [@bep](https://github.com/bep) 
-* minifier: Port integration tests to its package 94f10cf4 [@bep](https://github.com/bep) 
-* templates: Port integration test to its package b06c2103 [@bep](https://github.com/bep) 
-* tocss: Port integration tests to their package d22f7795 [@bep](https://github.com/bep) 
-* openapi3: Port integration test into correct package 39f69ca7 [@bep](https://github.com/bep) 
-* Add a new integration test framework 64f75adc [@bep](https://github.com/bep) 
-* Validate comparison operator argument count 92627190 [@jmooring](https://github.com/jmooring) #9462 
-* Remove hugo gen autocomplete 33367629 [@jmooring](https://github.com/jmooring) #8862 
-* deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6 5ca40c8f [@bep](https://github.com/bep) #9439 #9417 
-* Fix erroneous warning with .Page.RenderString on a page without a backing file ef7d14a2 [@bep](https://github.com/bep) #9433 
-* Fix typo in panicOnWarning message c05c99f0 [@jmooring](https://github.com/jmooring) 
-* releaser: Prepare repository for 0.93.0-DEV ff7689ce [@bep](https://github.com/bep) 
-
-
-