File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
fetch-tags : true
38
38
fetch-depth : 0
39
+ token : ${{ secrets.GH_WBS_BOT_TOKEN }}
39
40
40
41
- uses : ./.github/actions/setup-environment
41
42
with :
53
54
set -x # show commands
54
55
55
56
git config --global user.name 'wikibase suite github actions bot'
56
- git config --global user.email 'wikibase-suite-github-actions- [email protected] '
57
+ git config --global user.email '[email protected] '
57
58
58
59
if [ "${{ inputs.dry_run }}" == "true" ]; then
59
60
DRY_RUN_FLAG="--dry-run"
Original file line number Diff line number Diff line change
1
+ ## 3.1.0 (2024-10-07)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - ** deploy:** Reduces repeated Traefik tags in Deploy docker-compose.yml ([ #721 ] ( https://github.com/wmde/wikibase-release-pipeline/pull/721 ) )
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - ** deploy:** wikibase waits for elasticserch ([ 25ddc90] ( https://github.com/wmde/wikibase-release-pipeline/commit/25ddc90 ) )
12
+
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Loren Johnson @lorenjohnson
17
+ - Robert Timm
Original file line number Diff line number Diff line change 21
21
"conventionalCommits" : true
22
22
},
23
23
"changelog" : {
24
- "projectChangelogs" : {
25
- "createRelease" : " github"
26
- }
24
+ "projectChangelogs" : {}
27
25
}
28
26
},
29
27
"targetDefaults" : {
You can’t perform that action at this time.
0 commit comments