mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
chore: update releaserc.js and add latest tag (#4060)
* added channels for semrel releases * removed unfunctional channel * chore: remove prerelease channels * fix Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
3c3bce1a6b
commit
8cfa81231a
@ -36,6 +36,7 @@ dist: .artifacts/goreleaser
|
|||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
|
- ghcr.io/zitadel/zitadel:latest-amd64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-amd64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-amd64
|
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-amd64
|
||||||
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .Tag }}-amd64
|
- europe-docker.pkg.dev/zitadel-common/zitadel-repo/zitadel:{{ .Tag }}-amd64
|
||||||
@ -45,6 +46,7 @@ dockers:
|
|||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--platform=linux/amd64"
|
- "--platform=linux/amd64"
|
||||||
- image_templates:
|
- image_templates:
|
||||||
|
- ghcr.io/zitadel/zitadel:latest-arm64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .Tag }}-arm64
|
||||||
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
- ghcr.io/zitadel/zitadel:{{ .ShortCommit }}-arm64
|
||||||
use: buildx
|
use: buildx
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
branches: [
|
branches: [
|
||||||
{name: 'main'},
|
{name: 'main'},
|
||||||
{name: '1.x.x', range: '1.x.x', channel: '1.x.x'},
|
{name: '1.87.x', range: '1.87.x', channel: '1.87.x'},
|
||||||
{name: 'v2-alpha', prerelease: true},
|
|
||||||
{name: 'v2-alpha-import', prerelease: true},
|
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
"@semantic-release/commit-analyzer"
|
"@semantic-release/commit-analyzer"
|
||||||
|
Loading…
Reference in New Issue
Block a user