Skip to content

Commit bf00c97

Browse files
authored
feat(doc): Mention the Instana CI in the RELEASE.md (#368)
1 parent aa343b7 commit bf00c97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
1414
7. Validate the new release on https://pypi.org/project/instana/
1515
8. Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/
1616
9. Publish the draft release on [Github](https://github.com/instana/python-sensor/releases)
17+
10. Ensure that the new [Concourse CI resource version](
18+
https://ci.instana.io/teams/tracer-community/pipelines/tracer-test-suite:main/resources/instana-python-package)
19+
has been discovered. Trigger it manually if the automation doesn't do it. Also ensure that the [update job](
20+
https://ci.instana.io/teams/tracer-community/pipelines/tracer-test-suite%3Amain/jobs/update-python-package/)
21+
and its downstream jobs are successfull. In particular the `run-test-suite` doesn't report any errors.
1722

1823
## AWS Lambda Layer
1924

@@ -24,6 +29,6 @@ To release a new AWS Lambda layer, see `bin/aws-lambda/lambda_build_publish_laye
2429
./bin/create_lambda_release.py <version>
2530
```
2631

27-
These scripts assumes that you have the AWS CLI and Github CLI installed and credentials already configured.
32+
These scripts assume that you have the AWS CLI and Github CLI installed and credentials already configured.
2833

2934
Post release, remember to update documentation and the Instana UI.

0 commit comments

Comments
 (0)