diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6ef32e9..d373a95 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,3 +16,11 @@ template: | ## Changes $CHANGES + + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION + + ## Docker + + - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR.$PATCH` + - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR.$MINOR` + - `docker pull systemli/prometheus-jitsi-meet-exporter:$MAJOR` diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 021a5cd..29ada04 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -2,7 +2,9 @@ name: Integration on: push: - pull_request: + branches: + - main + pull_request_target: jobs: test: diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index ae9e936..1447600 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -2,7 +2,9 @@ name: Quality on: push: - pull_request: + branches: + - main + pull_request_target: jobs: golangci: diff --git a/.gitignore b/.gitignore index 378eac2..1521c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -build +dist diff --git a/.goreleaser.yml b/.goreleaser.yml index 3cd3fb8..39cd728 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,8 @@ builds: - windows - darwin goarm: - - 6 - - 7 + - "6" + - "7" ldflags: - -s -w dockers: