Skip to content

Commit

Permalink
Merge pull request #641 from exasol/develop
Browse files Browse the repository at this point in the history
Changelog:

#638: Adapted changelog to release-droid format (#640)
  • Loading branch information
tomuben authored Jun 9, 2022
2 parents a38da70 + d0a7753 commit 18b0026
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit 18b0026

Please sign in to comment.