diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index b588660a9..7dcfacae5 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -36,6 +36,7 @@ jobs: with: fetch-tags: true fetch-depth: 0 + token: ${{ secrets.GH_WBS_BOT_TOKEN }} - uses: ./.github/actions/setup-environment with: @@ -53,7 +54,7 @@ jobs: set -x # show commands git config --global user.name 'wikibase suite github actions bot' - git config --global user.email 'wikibase-suite-github-actions-bot@users.noreply.github.com' + git config --global user.email 'wikibase-suite-bot@users.noreply.github.com' if [ "${{ inputs.dry_run }}" == "true" ]; then DRY_RUN_FLAG="--dry-run" diff --git a/deploy/CHANGELOG.md b/deploy/CHANGELOG.md new file mode 100644 index 000000000..1c6108a78 --- /dev/null +++ b/deploy/CHANGELOG.md @@ -0,0 +1,17 @@ +## 3.1.0 (2024-10-07) + + +### 🚀 Features + +- **deploy:** Reduces repeated Traefik tags in Deploy docker-compose.yml ([#721](https://github.com/wmde/wikibase-release-pipeline/pull/721)) + + +### 🩹 Fixes + +- **deploy:** wikibase waits for elasticserch ([25ddc90](https://github.com/wmde/wikibase-release-pipeline/commit/25ddc90)) + + +### ❤️ Thank You + +- Loren Johnson @lorenjohnson +- Robert Timm \ No newline at end of file diff --git a/nx.json b/nx.json index 4408d021c..bf7e4e20a 100644 --- a/nx.json +++ b/nx.json @@ -21,9 +21,7 @@ "conventionalCommits": true }, "changelog": { - "projectChangelogs": { - "createRelease": "github" - } + "projectChangelogs": {} } }, "targetDefaults": {