File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
docker compose run -e CHANGELOG_GITHUB_TOKEN=${CHANGELOG_GITHUB_TOKEN:- " " } --workdir=" /mqdev" --rm generate-changelog github_changelog_generator --future-release " $1 " --no-issues --unreleased-only --output " CHANGELOG_FUTURE.md"
12
12
13
- # git add CHANGELOG.md && git commit -m "Release $1" -S && git push origin "$CURRENT_BRANCH"
13
+ git add CHANGELOG.md && git commit -m " Release $1 " -S && git push origin " $CURRENT_BRANCH "
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ services:
83
83
84
84
mysql :
85
85
image : mysql:5.7
86
+ platform : linux/amd64
86
87
environment :
87
88
MYSQL_ROOT_PASSWORD : rootpass
88
89
MYSQL_DATABASE : mqdev
@@ -127,7 +128,7 @@ services:
127
128
- ' 9090:9090'
128
129
129
130
localstack :
130
- image : ' localstack/localstack'
131
+ image : ' localstack/localstack:3.6.0 '
131
132
ports :
132
133
- " 127.0.0.1:4566:4566" # LocalStack Gateway
133
134
- " 127.0.0.1:4510-4559:4510-4559" # external services port range
You can’t perform that action at this time.
0 commit comments