Skip to content

Commit cf6bbec

Browse files
committed
uncomment on chagelog and set a version of localstack image
1 parent 719e9e8 commit cf6bbec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
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"
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"

docker-compose.yml

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)