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
d25cb2943f
commit
4276075c78
3 changed files with 4 additions and 19 deletions
|
@ -17,7 +17,7 @@ package hugo
|
|||
// This should be the only one.
|
||||
var CurrentVersion = Version{
|
||||
Major: 0,
|
||||
Minor: 100,
|
||||
PatchLevel: 2,
|
||||
Suffix: "",
|
||||
Minor: 101,
|
||||
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,15 +0,0 @@
|
|||
|
||||
|
||||
This is a bug-fix release with a couple of important fixes.
|
||||
|
||||
* Update CONTRIBUTING.md 4e94d1db @bep
|
||||
* Fix raw TOML dates in where/eq 0566bbf7 @bep #9979
|
||||
* deps: Update to github.com/pelletier/go-toml/v2 v2.0.1 534e7155 @anthonyfok
|
||||
* tpl/path: Add path.BaseName function 953f215f @jmooring #9973
|
||||
* livereload: Use `X-Forwarded-Host` for Codespace 8e2fd559 @satotake #9936
|
||||
* helpers: Fix panic with invalid defaultMarkdownHandler 311b8008 @bep #9968
|
||||
* resources: Register MediaTypes before build c7d5f9f0 @vanbroup #9971
|
||||
* releaser: Prepare repository for 0.101.0-DEV bfebd8c0 @bep
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue