mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Prepare repository for 0.103.0-DEV
[ci skip]
This commit is contained in:
parent
e9c3ce16ab
commit
694bc3a08c
3 changed files with 7 additions and 6 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: 102,
|
Minor: 103,
|
||||||
PatchLevel: 1,
|
PatchLevel: 0,
|
||||||
Suffix: "",
|
Suffix: "-DEV",
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Release env.
|
# Release env.
|
||||||
# These will be replaced by script before release.
|
# These will be replaced by script before release.
|
||||||
HUGORELEASER_TAG=v0.102.0
|
HUGORELEASER_TAG=v0.102.1
|
||||||
HUGORELEASER_COMMITISH=0ff4a9326fd8ac1deb7245461bc4a56d94d0c40b
|
HUGORELEASER_COMMITISH=e9c3ce16abc391ee5be38f88b0499d0e8e19104c
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue