File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010
1111docker 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"
1212
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:
8383
8484 mysql :
8585 image : mysql:5.7
86+ platform : linux/amd64
8687 environment :
8788 MYSQL_ROOT_PASSWORD : rootpass
8889 MYSQL_DATABASE : mqdev
@@ -127,7 +128,7 @@ services:
127128 - ' 9090:9090'
128129
129130 localstack :
130- image : ' localstack/localstack'
131+ image : ' localstack/localstack:3.6.0 '
131132 ports :
132133 - " 127.0.0.1:4566:4566" # LocalStack Gateway
133134 - " 127.0.0.1:4510-4559:4510-4559" # external services port range
You can’t perform that action at this time.
0 commit comments