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:
Christian Jakob 2022-07-29 10:48:07 +02:00 committed by GitHub
parent 3c3bce1a6b
commit 8cfa81231a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"