Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down