mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Prepare repository for 0.101.0-DEV
[ci skip]
This commit is contained in:
parent
0afb4866e3
commit
bfebd8c02c
3 changed files with 4 additions and 13 deletions
|
@ -17,7 +17,7 @@ package hugo
|
||||||
// This should be the only one.
|
// This should be the only one.
|
||||||
var CurrentVersion = Version{
|
var CurrentVersion = Version{
|
||||||
Major: 0,
|
Major: 0,
|
||||||
Minor: 100,
|
Minor: 101,
|
||||||
PatchLevel: 1,
|
PatchLevel: 0,
|
||||||
Suffix: "",
|
Suffix: "-DEV",
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ description: |
|
||||||
license: "Apache-2.0"
|
license: "Apache-2.0"
|
||||||
base: core20
|
base: core20
|
||||||
confinement: strict
|
confinement: strict
|
||||||
grade: stable # "devel" or "stable"
|
grade: devel # "devel" or "stable"
|
||||||
|
|
||||||
package-repositories:
|
package-repositories:
|
||||||
- type: apt
|
- type: apt
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
This is a bug-fix release with a couple of important fixes.
|
|
||||||
|
|
||||||
* Fix panic with markdownify/RenderString with shortcode on Page with no content file 212d9e30 @bep #9959
|
|
||||||
* releaser: Prepare repository for 0.101.0-DEV 4daac654 @bep
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue