mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Prepare repository for 0.100.0-DEV
[ci skip]
This commit is contained in:
parent
d524067382
commit
e164834f0a
3 changed files with 4 additions and 15 deletions
|
@ -17,7 +17,7 @@ package hugo
|
|||
// This should be the only one.
|
||||
var CurrentVersion = Version{
|
||||
Major: 0,
|
||||
Minor: 99,
|
||||
PatchLevel: 1,
|
||||
Suffix: "",
|
||||
Minor: 100,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
This is a bug-fix release with a couple of important fixes.
|
||||
|
||||
* releaser: Fix version replacement ee55fde5 @bep
|
||||
* server: Fix multihost crash 2f9eac48 @bep #9901
|
||||
* Update stale.yml 3a8189ee @bep
|
||||
* common/hugo: Fix version logic 7bc3401e @bep
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue