diff --git a/.github/workflows/release_droid_upload_github_release_assets.yml b/.github/workflows/release_droid_upload_github_release_assets.yml index 5b2e4ffa..d4752083 100644 --- a/.github/workflows/release_droid_upload_github_release_assets.yml +++ b/.github/workflows/release_droid_upload_github_release_assets.yml @@ -32,7 +32,7 @@ jobs: run: bash scripts/setup_poetry_env.sh "python3.8" - name: Start release - run: poetry run python -m exasol_script_languages_container_ci_setup.main start-release-build --log-level info --project "ScriptLanguagesRelease" --upload_url "${{ github.event.inputs.upload_url }}" --branch "$GITHUB_REF" + run: poetry run python -m exasol_script_languages_container_ci_setup.main start-release-build --log-level info --project "ScriptLanguagesRelease" --upload-url "${{ github.event.inputs.upload_url }}" --branch "$GITHUB_REF" env: # Set the secret as an env variable AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }} diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 9a327619..714e8d54 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,7 @@ # Changes +* [4.3.0](changes_4.3.0.md) +* [4.2.0](changes-4.2.0.md) * [4.1.0](changes-4.1.0.md) * [4.0.0](changes-4.0.0.md) * [3.2.0](changes-3.2.0.md) diff --git a/doc/changes/changes-4.3.0.md b/doc/changes/changes_4.3.0.md similarity index 95% rename from doc/changes/changes-4.3.0.md rename to doc/changes/changes_4.3.0.md index f2cd6852..80c555cd 100644 --- a/doc/changes/changes-4.3.0.md +++ b/doc/changes/changes_4.3.0.md @@ -1,4 +1,4 @@ -# script-languages-release 4.3.0, released 2022-06-09 +# script-languages-release 4.3.0, released 2022-06-10 Code name: AWS CI Build and removal of standard-6.2.0 container @@ -37,6 +37,7 @@ This release uses version 0.14.0 of the container tool. - #181: Added faq about how to start exaslct from within a docker container - #595: Fixed content of contributing.md - #632: Prepared release 4.3.0 + - #638: Adapted changelog to release-droid format ## Refactoring