Skip to content

Commit d0a7753

Browse files
authored
#638: Adapted changelog to release-droid format (#640)
fixes #638
1 parent 16109f2 commit d0a7753

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bash scripts/setup_poetry_env.sh "python3.8"
3333

3434
- name: Start release
35-
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"
35+
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"
3636
env: # Set the secret as an env variable
3737
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3838
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_SECRET }}

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes
22

3+
* [4.3.0](changes_4.3.0.md)
4+
* [4.2.0](changes-4.2.0.md)
35
* [4.1.0](changes-4.1.0.md)
46
* [4.0.0](changes-4.0.0.md)
57
* [3.2.0](changes-3.2.0.md)

doc/changes/changes-4.3.0.md renamed to doc/changes/changes_4.3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# script-languages-release 4.3.0, released 2022-06-09
1+
# script-languages-release 4.3.0, released 2022-06-10
22

33
Code name: AWS CI Build and removal of standard-6.2.0 container
44

@@ -37,6 +37,7 @@ This release uses version 0.14.0 of the container tool.
3737
- #181: Added faq about how to start exaslct from within a docker container
3838
- #595: Fixed content of contributing.md
3939
- #632: Prepared release 4.3.0
40+
- #638: Adapted changelog to release-droid format
4041

4142
## Refactoring
4243

0 commit comments

Comments
 (0)