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
0ff4a9326f
commit
9eb9b70a29
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ package hugo
|
|||
// This should be the only one.
|
||||
var CurrentVersion = Version{
|
||||
Major: 0,
|
||||
Minor: 102,
|
||||
Minor: 103,
|
||||
PatchLevel: 0,
|
||||
Suffix: "",
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
|
|
@ -2,5 +2,5 @@ HUGO_RELEASE_NAME=New release setup
|
|||
|
||||
# Release env.
|
||||
# These will be replaced by script before release.
|
||||
HUGORELEASER_TAG=xxx
|
||||
HUGORELEASER_COMMITISH=xxx
|
||||
HUGORELEASER_TAG=v0.102.0
|
||||
HUGORELEASER_COMMITISH=0ff4a9326fd8ac1deb7245461bc4a56d94d0c40b
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue