Skip to content

Commit 93543bd

Browse files
author
Peter Giacomo Lombardo
committed
Release details update
1 parent 7611cb0 commit 93543bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RELEASE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
77

88
1. Before releasing, assure that [tests have passed](https://circleci.com/gh/instana/workflows/python-sensor) and that the package has also been manually validated in various stacks.
99
2. `git checkout master && git pull --rebase && pip install -U twine`
10-
3. Bump the package version in `setup.py`. `git` commit & push the version change to the master branch
10+
3. Bump the package version in `instana/version.py`. `git` commit & push the version change to the master branch
1111
4. Create a [draft Release on Github](https://github.com/instana/python-sensor/releases)
1212
5. `python setup.py sdist` to create the `instana-<version>.tar.gz` file in `./dist/`
1313
6. Upload the package to Pypi with twine: `twine upload dist/instana-<version>*`
@@ -17,10 +17,11 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
1717

1818
## AWS Lambda Layer
1919

20-
To release a new AWS Lambda layer, see `bin/lambda_build_publish_layer.py`.
20+
To release a new AWS Lambda layer, see `bin/aws-lambda/lambda_build_publish_layer.py`.
2121

22-
./bin/lambda_build_publish_layer.py [-dev|-prod]
22+
./bin/aws-lambda/lambda_build_publish_layer.py [-dev|-prod]
23+
./bin/aws-lambda/create_lambda_release.py <version>
2324

24-
This script assumes you have the AWS CLI tools installed and credentials already configured.
25+
These scripts assumes that you have the AWS CLI and Github CLI installed and credentials already configured.
2526

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

0 commit comments

Comments
 (0)