diff --git a/.circleci/config.yml b/.circleci/config.yml index 433cb7ff5..1c3fa2d0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: --url "$QA_PIPELINE_URL" \ --header "Circle-Token: $CIRCLECI_API_KEY" \ --header "content-type: application/json" \ - --data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>"}}' \ + --data '{"branch":"<< pipeline.git.branch >>", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"<< pipeline.git.branch >>", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \ | jq -r '.id' ) echo "my created pipeline" @@ -23,7 +23,7 @@ jobs: --url "$QA_PIPELINE_URL" \ --header "Circle-Token: $CIRCLECI_API_KEY" \ --header "content-type: application/json" \ - --data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>"}}' \ + --data '{"branch":"main", "parameters":{"triggering-pipeline-id":"<< pipeline.id >>", "branch":"main", "vizro_branch": "<< pipeline.git.branch >>", "tag": "<< pipeline.git.tag >>"}}' \ | jq -r '.id' ) fi diff --git a/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md b/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md new file mode 100644 index 000000000..d57e34cc2 --- /dev/null +++ b/vizro-core/changelog.d/20230927_125829_alexey_snigir_release_tests.md @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/vizro-core/docs/pages/development/authors.md b/vizro-core/docs/pages/development/authors.md index c12f94008..50c8773d8 100644 --- a/vizro-core/docs/pages/development/authors.md +++ b/vizro-core/docs/pages/development/authors.md @@ -2,7 +2,7 @@ [Chiara Pullem](https://github.com/chiara-sophie), [Antony Milne](https://github.com/antonymilne), -[Anna Xiong](https://github.com/AnnaXiongQB), +[Anna Xiong](https://github.com/Anna-Xiong), [Lingyi Zhang](https://github.com/lingyielia), [Nadija Graca](https://github.com/nadijagraca), [Petar Pejovic](https://github.com/petar-qb)