mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 09:57:41 +00:00
bump version to rc.4
This commit is contained in:
@@ -80,7 +80,7 @@ pipeline:
|
||||
image: plugins/docker
|
||||
repo: drone/drone
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8, 0.8.0 ]
|
||||
tag: [ 0.8, 0.8.0, 0.8.0-rc.4 ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
@@ -89,7 +89,7 @@ pipeline:
|
||||
repo: drone/agent
|
||||
dockerfile: Dockerfile.agent
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8, 0.8.0 ]
|
||||
tag: [ 0.8, 0.8.0, 0.8.0-rc.4 ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@@ -10,7 +10,7 @@ var (
|
||||
// VersionPatch is for backwards-compatible bug fixes
|
||||
VersionPatch int64 = 0
|
||||
// VersionPre indicates prerelease
|
||||
VersionPre string
|
||||
VersionPre string = "rc.4"
|
||||
// VersionDev indicates development branch. Releases will be empty string.
|
||||
VersionDev string
|
||||
)
|
||||
|
Reference in New Issue
Block a user